以下修改均参照正作目前的使用习惯: 对战开拓区及一些其他设施服务人员的称呼由“你”改为“您” 润色对战开拓区相关的大量脚本文本 将“中断”挑战修改为“暂停”挑战 将“对战房间”修改为“对战间” 将“保存”“存档”等文字修改为“记录”并润色所在句子 主菜单的“导航”和“保存”改为“宝可导航”和“记录” 更正剧情中宝可导航登记语句的格式 修复个别语句错误
46 lines
1.3 KiB
PHP
46 lines
1.3 KiB
PHP
MysteryGiftScript_BattleCard::
|
||
setvaddress MysteryGiftScript_BattleCard
|
||
vgoto_if_set FLAG_MYSTERY_GIFT_DONE, MysteryGiftScript_BattleCardInfo
|
||
setorcopyvar VAR_RESULT, GET_CARD_BATTLES_WON
|
||
specialvar VAR_0x8008, GetMysteryGiftCardStat
|
||
vgoto_if_ne VAR_0x8008, REQUIRED_CARD_BATTLES, MysteryGiftScript_BattleCardInfo
|
||
lock
|
||
faceplayer
|
||
vmessage sText_MysteryGiftBattleCountCard_WonPrize
|
||
waitmessage
|
||
waitbuttonpress
|
||
giveitem ITEM_POTION
|
||
release
|
||
setflag FLAG_MYSTERY_GIFT_DONE
|
||
end
|
||
|
||
MysteryGiftScript_BattleCardInfo:
|
||
lock
|
||
faceplayer
|
||
vmessage sText_MysteryGiftBattleCountCard
|
||
waitmessage
|
||
waitbuttonpress
|
||
release
|
||
end
|
||
|
||
sText_MysteryGiftBattleCountCard:
|
||
.string "感谢使用\n"
|
||
.string "神秘礼物系统。\p"
|
||
.string "您的战斗积分卡保留着\n"
|
||
.string "您和其他拥有相同卡的\l"
|
||
.string "训练家战斗录像。\p"
|
||
.string "寻找并和拥有与您有相同卡的训练家\n"
|
||
.string "进行战斗吧。\p"
|
||
.string "您可以检查最终排名\n"
|
||
.string "通过阅读新闻。\p"
|
||
.string "请一定要试试看!$"
|
||
|
||
sText_MysteryGiftBattleCountCard_WonPrize:
|
||
.string "感谢使用\n"
|
||
.string "神秘礼物系统。\p"
|
||
.string "恭喜!\p"
|
||
.string "您获得了赢取\n"
|
||
.string "3场战斗的奖励!\p"
|
||
.string "希望您再接再厉\n"
|
||
.string "进行更多战斗。$"
|