31 lines
969 B
JSON
31 lines
969 B
JSON
{
|
|
"REPAIR_KIT": {
|
|
"id": "REPAIR_KIT",
|
|
"name": "Robot Repair Kit",
|
|
"description": "A healing item for robots.",
|
|
"inventory_count": 1,
|
|
"components": [
|
|
{"_type": "Tile", "display": 1003,
|
|
"foreground": "items/fg:potion",
|
|
"background": "color:transparent"
|
|
},
|
|
{"_type": "Curative", "hp": 20},
|
|
{"_type": "Sprite", "name": "repair_kit", "width": 256, "height": 256, "scale": 1.0},
|
|
{"_type": "Sound", "attack": "pickup", "death": "blank"}
|
|
]
|
|
},
|
|
"SWORD_1": {
|
|
"id": "SWORD_1",
|
|
"name": "Robot Repair Kit",
|
|
"description": "A healing item for robots.",
|
|
"inventory_count": 1,
|
|
"components": [
|
|
{"_type": "Tile", "display": 1004,
|
|
"foreground": "items/fg:potion",
|
|
"background": "color:transparent"
|
|
},
|
|
{"_type": "Sprite", "name": "sword_1", "width": 300, "height": 100, "scale": 1.0},
|
|
{"_type": "Sound", "attack": "pickup", "death": "blank"}
|
|
]
|
|
}
|
|
}
|