Fix #23 ActiveSkillsUnassignmentOneForOne -> ActiveSkillsUnassignmentOneByOne

This commit is contained in:
ChaosMarc
2020-10-31 16:02:55 +01:00
parent 17b5d682c8
commit 2ae254ab43
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
; See PlugY_The_Survival_Kit_-_Readme.txt file for more documentation.
; Voir le fichier PlugY_The_Survival_Kit_-_LisezMoi.txt pour plus d'information.
; Siehe PlugY_The_Survival_Kit_-_Liesmich.txt für weitere Informationen
; Siehe PlugY_The_Survival_Kit_-_Liesmich.txt fr weitere Informationen
[LAUNCHING]
Param=
@@ -87,7 +87,7 @@ LimitValueToShiftClick=5
[SKILLS POINTS]
ActiveSkillsUnassignment=1
ActiveSkillsUnassignmentOneForOne=0
ActiveSkillsUnassignmentOneByOne=0
[WORLD EVENT]
+2 -2
View File
@@ -12,7 +12,7 @@
; See PlugY_The_Survival_Kit_-_Readme.txt file for more documentation.
; Voir le fichier PlugY_The_Survival_Kit_-_LisezMoi.txt pour plus d'information.
; Siehe PlugY_The_Survival_Kit_-_Liesmich.txt für weitere Informationen
; Siehe PlugY_The_Survival_Kit_-_Liesmich.txt fr weitere Informationen
[GENERAL]
@@ -110,7 +110,7 @@ StatPerLevelUp=5
[SKILLS POINTS]
ActiveSkillsUnassignment=0
ActiveSkillsUnassignmentOneForOne=0
ActiveSkillsUnassignmentOneByOne=0
PosXUnassignSkillBtn=-1
PosYUnassignSkillBtn=-1
@@ -706,7 +706,7 @@ Beispiel:
Hinweis: berprft die wahren "Kosten" fr jede Fertigkeit ( kann grsser als 1 sein in einem MOD)
Im folgenden die Standardwerte und in {} einige Beispiel Werte mit Beschreibungen:
- ActiveSkillsUnassignment=0 {0: Ausgeschaltet ; 1: Eingeschaltet }
- ActiveSkillsUnassignmentOneForOne=0 {0:Normal; 1:Force the skill unassign 1 for 1 (for mods).}
- ActiveSkillsUnassignmentOneByOne=0 {0:Normal; 1:Force the skill unassign 1 for 1 (for mods).}
- PosXUnassignSkillBtn=-1 {-1: Default position, 50: Put the button at the position 50 in X}
- PosYUnassignSkillBtn=-1 {-1: Default position, 50: Put the button at the position 50 in Y}
@@ -659,7 +659,7 @@ note : Prends le cot rel de chaque skills (qui peut tre plus grand que
Attention : Il y a peux de place o mettre se boutton sans bugs.
Ci-dessous, les valeurs par dfauts et entre {} des exemples avec leurs significations :
- ActiveSkillsUnassignment=0 {0:Dsactiv; 1:Activ}
- ActiveSkillsUnassignmentOneForOne=0 {0:Normal; 1:Force la dassignation 1 for 1 (pour mod spcifique).}
- ActiveSkillsUnassignmentOneByOne=0 {0:Normal; 1:Force la dassignation 1 for 1 (pour mod spcifique).}
- PosXUnassignSkillBtn=-1 {-1: Position par dfaut, 50: Dplace le bouton la position 50 en X}
- PosYUnassignSkillBtn=-1 {-1: Position par dfaut, 50: Dplace le bouton la position 50 en Y}
@@ -733,7 +733,7 @@ Note : It verifies the real cost of each skill (can be greater than 1 in mod)
Warning : There are few place where you can put this button without bugs.
Following are default values, between {} are some examples values with descriptions :
- ActiveSkillsUnassignment=0 {0:Disabled; 1:Enabled}
- ActiveSkillsUnassignmentOneForOne=0 {0:Normal; 1:Force the skill unassign 1 for 1 (for mods).}
- ActiveSkillsUnassignmentOneByOne=0 {0:Normal; 1:Force the skill unassign 1 for 1 (for mods).}
- PosXUnassignSkillBtn=-1 {-1: Default position, 50: Put the button at the position 50 in X}
- PosYUnassignSkillBtn=-1 {-1: Default position, 50: Put the button at the position 50 in Y}