RT 怎么样才能在VA中也可以像XP一样分别显示主要属性和物攻、魔攻这些属性
class Game_Actor alias strength atk # 将数据库的攻击视为力量属性 def atk strength * 2 endend
class Game_Actor alias strength atk # 将数据库的攻击视为力量属性 def atk strength * 2 end end
查看全部评分
taroxd 发表于 2014-6-11 06:24 class Game_Actor def atk # 公式
class Game_Actor def atk # 公式 end def mhp # 公式 end # ...end
class Game_Actor def atk # 公式 end def mhp # 公式 end # ... end
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-27 19:37
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.