go_dreamfactory/bin/json/game_coin.json

273 lines
5.3 KiB
JSON

[
{
"key": "gold",
"keyint": 1,
"name": {
"key": "item_coin_name_1",
"text": "金币"
},
"color": 1,
"effects": "",
"access": [
123
],
"img": "attr_gold",
"intr": {
"key": "item_coin_intr_1",
"text": "可以用来购买各种道具的基础货币"
}
},
{
"key": "diamond",
"keyint": 2,
"name": {
"key": "item_coin_name_2",
"text": "钻石"
},
"color": 2,
"effects": "",
"access": [
158,
165
],
"img": "attr_diamond",
"intr": {
"key": "item_coin_intr_2",
"text": "珍惜的高级货币,可以用来购买各种稀有道具"
}
},
{
"key": "exp",
"keyint": 3,
"name": {
"key": "item_coin_name_3",
"text": "角色经验"
},
"color": 3,
"effects": "",
"access": [
113
],
"img": "attr_exp",
"intr": {
"key": "item_coin_intr_3",
"text": "可用于提升角色等级"
}
},
{
"key": "friendPoint",
"keyint": 4,
"name": {
"key": "item_coin_name_4",
"text": "友情点"
},
"color": 1,
"effects": "",
"access": [
115
],
"img": "attr_friendPoint",
"intr": {
"key": "item_coin_intr_4",
"text": "好友赠送的友情点,可以用于有情商店兑换各种道具"
}
},
{
"key": "palyexp",
"keyint": 5,
"name": {
"key": "item_coin_name_5",
"text": "废弃角色经验"
},
"color": 3,
"effects": "",
"access": [
113
],
"img": "attr_palyexp",
"intr": {
"key": "item_coin_intr_5",
"text": "可用于提升角色等级"
}
},
{
"key": "guildexp",
"keyint": 6,
"name": {
"key": "item_coin_name_6",
"text": "公会经验"
},
"color": 1,
"effects": "",
"access": [
157
],
"img": "attr_guildexp",
"intr": {
"key": "item_coin_intr_6",
"text": "可以用于提升公会等级"
}
},
{
"key": "guildactive",
"keyint": 7,
"name": {
"key": "item_coin_name_7",
"text": "公会活跃度"
},
"color": 1,
"effects": "",
"access": [
157
],
"img": "attr_guildactive",
"intr": {
"key": "item_coin_intr_7",
"text": "通过公会任务获取,达到一定活跃度公会成员都可以在公会任务界面领取奖励"
}
},
{
"key": "guildcoin",
"keyint": 8,
"name": {
"key": "item_coin_name_8",
"text": "公会币"
},
"color": 3,
"effects": "",
"access": [
157
],
"img": "attr_guildcoin",
"intr": {
"key": "item_coin_intr_8",
"text": "可以用于在公会商店兑换各种道具"
}
},
{
"key": "starcoin",
"keyint": 9,
"name": {
"key": "item_coin_name_9",
"text": "星图币"
},
"color": 3,
"effects": "",
"access": [
10017,
10018,
10019
],
"img": "attr_starcoin",
"intr": {
"key": "item_coin_intr_9",
"text": "点亮星图的必要道具"
}
},
{
"key": "vipexp",
"keyint": 10,
"name": {
"key": "item_coin_name_10",
"text": "商会经验"
},
"color": 3,
"effects": "",
"access": [
158
],
"img": "attr_vipexp",
"intr": {
"key": "item_coin_intr_10",
"text": "商会地位的象征,积累一定声望可以提升商会等级"
}
},
{
"key": "arenacoin",
"keyint": 11,
"name": {
"key": "item_coin_name_11",
"text": "竞技场币"
},
"color": 3,
"effects": "",
"access": [
156
],
"img": "attr_arenacoin",
"intr": {
"key": "item_coin_intr_11",
"text": "向竞技比赛强者发放的兑换币,可以在竞技商店兑换多种奖励"
}
},
{
"key": "ps",
"keyint": 12,
"name": {
"key": "item_coin_name_12",
"text": "体力值"
},
"color": 3,
"effects": "",
"access": [
156
],
"img": "attr_ps",
"intr": {
"key": "item_coin_intr_12",
"text": "挑战关卡必备"
}
},
{
"key": "heroexp",
"keyint": 13,
"name": {
"key": "item_coin_name_13",
"text": "守护者经验"
},
"color": 3,
"effects": "",
"access": [],
"img": "attr_heroexp",
"intr": {
"key": "item_coin_intr_13",
"text": "累积到一定值会提升守护者等级"
}
},
{
"key": "moongold",
"keyint": 14,
"name": {
"key": "item_coin_name_14",
"text": "荣耀值"
},
"color": 5,
"effects": "",
"access": [
107
],
"img": "attr_moongold",
"intr": {
"key": "item_coin_intr_14",
"text": "月亮币"
}
},
{
"key": "merchantmoney",
"keyint": 15,
"name": {
"key": "item_coin_name_15",
"text": "虚拟币"
},
"color": 5,
"effects": "",
"access": [
107
],
"img": "attr_merchantmoney",
"intr": {
"key": "item_coin_intr_15",
"text": "用于在巨怪商队内进行消费的货币"
}
}
]