37 lines
839 B
JSON
37 lines
839 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"categoryId": 1,
|
|
"name": "Sleep Powder",
|
|
"description": "Grants 1 hour of sleep bonus.",
|
|
"image": "https://www.wurmpedia.com/images/5/5e/Sleep_powder.png",
|
|
"currency": {
|
|
"type": "WurmBankCurrency",
|
|
"ironAmount": 50000
|
|
},
|
|
"handler": {
|
|
"type": "ShopWurmItemPurchaseEffect",
|
|
"itemTemplateId": 740,
|
|
"ql": 99.0,
|
|
"rarity": 0
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"categoryId": 1,
|
|
"name": "Res Stone",
|
|
"description": "Gives you one resurrection charge.",
|
|
"image": "https://www.wurmpedia.com/images/a/aa/Resurrection_stone_icon.png",
|
|
"currency": {
|
|
"type": "WurmBankCurrency",
|
|
"ironAmount": 100000
|
|
},
|
|
"handler": {
|
|
"type": "ShopWurmItemPurchaseEffect",
|
|
"itemTemplateId": 302,
|
|
"ql": 99.0,
|
|
"rarity": 0
|
|
}
|
|
}
|
|
]
|