Files
Endfield-Data/TableCfg/MoneyExchangeTable.json
2025-12-02 20:37:18 +07:00

18 lines
548 B
JSON

{
"item_diamond_to_item_gachabyproducts_weapongold": {
"id": "item_diamond_to_item_gachabyproducts_weapongold",
"sourceMoneyCost": 3,
"sourceMoneyId": "item_diamond",
"sourceMoneyMinSwap": 30,
"targetMoneyGet": 1,
"targetMoneyId": "item_gachabyproducts_weapongold"
},
"item_originium_to_item_diamond": {
"id": "item_originium_to_item_diamond",
"sourceMoneyCost": 1,
"sourceMoneyId": "item_originium_recharge",
"sourceMoneyMinSwap": 1,
"targetMoneyGet": 75,
"targetMoneyId": "item_diamond"
}
}