pokeemmo/data/text/obtain_item.inc
RoamerX f423a23c28 道具名称中的“TMXX”全部改为“招式学习器XX”
找到及获得文本格式参考正作
修正一些通关中发现的文本问题
2025-05-30 21:15:09 +08:00

33 lines
913 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

gText_ObtainedTheItem::
.string "{PLAYER}\n获得了{STR_VAR_2}$"
gText_TheBagIsFull::
.string "包包满了………$"
gText_PutItemInPocket::
.string "{PLAYER}把{STR_VAR_2}\n放入了{STR_VAR_3}口袋里。$"
gText_PlayerFoundOneItem::
.string "{PLAYER}\n找到了{STR_VAR_2}$"
gText_TooBadBagIsFull::
.string "太遗憾了!\n包包满了……$"
gText_PlayerPutItemInBag::
.string "{PLAYER}把{STR_VAR_2}\n放入了包包里。$"
gText_ObtainedTheDecor::
.string "获得了{STR_VAR_2}$"
gText_NoRoomLeftForAnother::
.string "太遗憾了!{STR_VAR_2}的\n数量已满,没法再携带了!$"
gText_TheDecorWasTransferredToThePC::
.string "{STR_VAR_2}\n传送到电脑里了。$"
gText_ObtainedTheItems::
.string "{PLAYER}\n获得了{STR_VAR_1}个{STR_VAR_2}$"
gText_PlayerFoundItems::
.string "{PLAYER}\n找到了{STR_VAR_1}个{STR_VAR_2}$"