#-------------------------------------------------------------------------- # ● 获取物品掉率的倍率 #-------------------------------------------------------------------------- def drop_item_rate n = $game_party.drop_item_double? ? 2 : 1 $game_party.leader ? n * $game_party.leader.luk / 100.0 : n end
scottyfan 发表于 2013-8-13 13:39
在Game_Troop里
#--------------------------------------------------------------------------
# ● ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |