Proper naming for skill mastery related effects.

This commit is contained in:
MobiusDevelopment
2021-04-30 12:24:48 +00:00
parent 88cfda013d
commit def6882893
4 changed files with 9 additions and 9 deletions

View File

@@ -1050,7 +1050,7 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<add stat="skillCritical" val="1" /> <!-- STR -->
<add stat="skillMastery" val="1" /> <!-- STR -->
</effect>
</for>
</skill>
@@ -1062,7 +1062,7 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<add stat="skillCritical" val="4" /> <!-- INT -->
<add stat="skillMastery" val="4" /> <!-- INT -->
</effect>
</for>
</skill>
@@ -1102,7 +1102,7 @@
<for>
<effect name="MpConsumePerLevel" ticks="5">
<param power="2" />
<mul stat="skillCriticalProbability" val="11" />
<mul stat="skillMasteryRate" val="11" />
</effect>
</for>
</skill>

View File

@@ -433,8 +433,8 @@
<xs:enumeration value="shieldDefAngle" />
<xs:enumeration value="reflectSkillMagic" />
<xs:enumeration value="reflectSkillPhysic" />
<xs:enumeration value="skillCritical" />
<xs:enumeration value="skillCriticalProbability" />
<xs:enumeration value="skillMastery" />
<xs:enumeration value="skillMasteryRate" />
<xs:enumeration value="privateBuyLimit" />
<xs:enumeration value="privateSellLimit" />
<xs:enumeration value="inventoryLimit" />