craft-items.json 700 B

12345678910111213141516171819202122232425262728293031323334
  1. [
  2. {
  3. "Name": "Mana Lamp",
  4. "EntityName": "Mana Lamp",
  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. }
  34. ]