Skip to content

Instantly share code, notes, and snippets.

@lctseng
Last active August 29, 2015 14:04
Show Gist options
  • Save lctseng/206a5fa743c8d81a7b5f to your computer and use it in GitHub Desktop.
Save lctseng/206a5fa743c8d81a7b5f to your computer and use it in GitHub Desktop.
RGSS3片段:取得非裝備能力加成
class Game_Actor < Game_Battler
# 在開頭插入這一行
alias :super_param_plus :param_plus
# 剩下的程式碼...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment