| 12345678910111213141516171819202122232425262728293031323334 |
- [
- {
- "Name": "Mana Lamp",
- "EntityName": "Mana Lamp",
- "RequiredResources": [
- {
- "ResourceType": "Magical",
- "NumResources": 1
- }
- ],
- "Icon": {
- "Sheet": "mana-lamp",
- "Tile": 0
- },
- "BaseCraftTime": 10.0,
- "Description": "Dwarves need to see sometimes too!",
- "Type": "Object",
- "Prerequisites": [
- "OnGround"
- ],
- "ResourceCreated": {
- "_value": ""
- },
- "CraftLocation": "",
- "Verb": "Build",
- "PastTeseVerb": "Built",
- "CurrentVerb": "Building",
- "AllowHeterogenous": false,
- "SpawnOffset": "0, 0.5, 0",
- "AddToOwnedPool": true,
- "Moveable": true,
- "CraftActBehavior": "Normal"
- }
- ]
|