Fixed HP/MP/CP values on talisman skill (8864).
Contributed by rocknowx.
This commit is contained in:
@@ -896,8 +896,8 @@
|
|||||||
<set name="isMagic" val="3" />
|
<set name="isMagic" val="3" />
|
||||||
<for>
|
<for>
|
||||||
<effect name="Buff">
|
<effect name="Buff">
|
||||||
<add stat="maxCp" val="#maxHpMpCp" />
|
<add stat="maxHp" val="#maxHpMpCp" />
|
||||||
<add stat="maxCp" val="#maxHpMpCp" />
|
<add stat="maxMp" val="#maxHpMpCp" />
|
||||||
<add stat="maxCp" val="#maxHpMpCp" />
|
<add stat="maxCp" val="#maxHpMpCp" />
|
||||||
<add stat="accCombat" val="#addAccEvas" />
|
<add stat="accCombat" val="#addAccEvas" />
|
||||||
<add stat="accMagic" val="#addAccEvas" />
|
<add stat="accMagic" val="#addAccEvas" />
|
||||||
|
Reference in New Issue
Block a user