ManaLamp.json 656 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Name": "Mana Lamp",
  3. "EntityName": "Mana Lamp",
  4. "Category": "Magic",
  5. "RequiredResources": [
  6. {
  7. "ResourceType": "Magical",
  8. "NumResources": 1
  9. }
  10. ],
  11. "Icon": {
  12. "Sheet": "mana-lamp",
  13. "Tile": 0
  14. },
  15. "BaseCraftTime": 10.0,
  16. "Description": "Dwarves need to see sometimes too!",
  17. "Type": "Object",
  18. "Prerequisites": [
  19. "OnGround"
  20. ],
  21. "ResourceCreated": {
  22. "_value": ""
  23. },
  24. "CraftLocation": "",
  25. "Verb": "Build",
  26. "PastTeseVerb": "Built",
  27. "CurrentVerb": "Building",
  28. "AllowHeterogenous": false,
  29. "SpawnOffset": "0, 0.5, 0",
  30. "AddToOwnedPool": true,
  31. "Moveable": true,
  32. "CraftActBehavior": "Normal"
  33. }