summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/item_bonus.txt8
-rw-r--r--doc/script_commands.txt5
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 55efe5075..fff5fb540 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -429,7 +429,9 @@ bonus2 bSPGainRaceAttack,x,n; Heals n SP when attacking x Race on every hit
bonus2 bSkillUseSPrate,s,x; Reduces SP consumption of skill s by x%. (supports skill names.)
bonus2 bSkillUseSP,s,x; Reduces SP consumption of skill s by x. (supports skill names.)
bonus2 bSkillCooldown,s,x; Increases cooldown of skill s by x milliseconds. (supports skill names.)
-bonus2 bSkillFixedCast,s,x; Increases fixed cast time of skill s by x milliseconds. (supports skill names.)
-bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.) [Pending!]
+
bonus bFixedCastrate,x; Increases fixed cast time of skills by x%.
-bonus bVariableCastrate,x; Increases variable cast time of skills x%. [Pending!] \ No newline at end of file
+bonus bVariableCastrate,x; Increases variable cast time of skills by x%.
+bonus2 bSkillFixedCast,s,x; Increases fixed cast time of skill s by x milliseconds. (supports skill names.)
+bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.)
+bonus2 bVariableCastrate,s,x; Increases variable cast time of skill s by x%. (supports skill names.) \ No newline at end of file
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index f63288da1..72208a93b 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3574,9 +3574,8 @@ The renewal feature to check is determined by type.
2 - RENEWAL_DROP (renewal drop rate algorithms)
3 - RENEWAL_EXP (renewal exp rate algorithms)
4 - RENEWAL_LVDMG (renewal level modifier on damage)
- 5 - RENEWAL_CAST_VMIN (renewal cast time variable cast requirement)
- 6 - RENEWAL_EDP (renewal enchant deadly poison algorithm)
- 7 - RENEWAL_ASPD (renewal ASPD)
+ 5 - RENEWAL_EDP (renewal enchant deadly poison algorithm)
+ 6 - RENEWAL_ASPD (renewal ASPD)
---------------------------------------
\\