Fix skill/class link issue
This commit is contained in:
parent
7f40104672
commit
75f7ca40c0
6 changed files with 157 additions and 157 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -15493,7 +15493,7 @@
|
|||
- !ruby/object:RPG::Skill
|
||||
'message2': ''
|
||||
'description': 'Equipping a staff increases Magic and Mana by 10.'
|
||||
'name': 'Wand Magic/Mana Boost (Small)'
|
||||
'name': 'Staff Magic/Mana Boost (Small)'
|
||||
'occasion': !!int '3'
|
||||
'icon_index': !!int '152'
|
||||
'message1': ''
|
||||
|
|
@ -15583,7 +15583,7 @@
|
|||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Skill
|
||||
'message2': ''
|
||||
'description': 'When equipped with a wand, Magic increases by 30, and Defense
|
||||
'description': 'When equipped with a staff, Magic increases by 30, and Defense
|
||||
|
||||
increases by 15.'
|
||||
'name': 'Staff Magic/Defense Boost (Large)'
|
||||
|
|
@ -15672,7 +15672,7 @@
|
|||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Skill
|
||||
'message2': ''
|
||||
'description': 'Gain MP auto-recovery effect when equipped with a wand. Recovery
|
||||
'description': 'Gain MP auto-recovery effect when equipped with a staff. Recovery
|
||||
|
||||
amount is 3% of Max MP. [Effect only during battle]'
|
||||
'name': 'Staff MP Auto-Recovery'
|
||||
|
|
@ -15703,7 +15703,7 @@
|
|||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Skill
|
||||
'message2': ''
|
||||
'description': 'When equipped with a wand, MP consumption is reduced to 80% of the
|
||||
'description': 'When equipped with a staff, MP consumption is reduced to 80% of the
|
||||
|
||||
usual amount.'
|
||||
'name': 'Staff MP Consumption Reduction'
|
||||
|
|
@ -15887,7 +15887,7 @@
|
|||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Skill
|
||||
'message2': ''
|
||||
'description': 'When equipped with a wand, the Magic stat cap increases from 999 to
|
||||
'description': 'When equipped with a staff, the Magic stat cap increases from 999 to
|
||||
|
||||
9999.'
|
||||
'name': 'Staff Magic Limit Break'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- !!null 'null'
|
||||
- !ruby/object:RPG::Weapon
|
||||
'description': 'The basic staff said to be first held by a magician.'
|
||||
'name': 'Rod'
|
||||
'name': 'Staff'
|
||||
'icon_index': !!int '411'
|
||||
'price': !!int '120'
|
||||
'animation_id': !!int '19'
|
||||
|
|
|
|||
Loading…
Reference in a new issue