Files
Sprout-Farm/Server/config/new_player_config.json

31 lines
702 B
JSON
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.
{
"新手礼包配置": {
"礼包说明": "每个账号仅可领取一次的新手大礼包",
"奖励内容": {
"金币": 6000,
"经验": 1000,
"种子": [
{
"名称": "龙果",
"品质": "传奇",
"数量": 1
},
{
"名称": "杂交树1",
"品质": "传奇",
"数量": 1
},
{
"名称": "杂交树2",
"品质": "传奇",
"数量": 1
}
]
},
"提示消息": {
"成功": "新手大礼包领取成功获得6000金币、1000经验和3个传奇种子",
"已领取": "新手大礼包已经领取过了"
}
}
}