//双倍钱 BattleManager.gainGold = function() { var gold = this._rewards.gold; gold *= $gameParty.hasItem($dataItems[n]) ? 2 : 1;// n改成道具ID $gameParty.gainGold(gold); }; //双倍经验 BattleManager.gainExp = function() { var exp = this._rewards.exp; exp *= $gameParty.hasItem($dataItems[n]) ? 2 : 1;// n改成道具ID $gameParty.allMembers().forEach(function(actor) { actor.gainExp(exp); }); };
$PD`~[3]DW7E[H]6P8`[email protected] (164.42 KB, 下载次数: 3)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |