120---CourtyardKey.json 513 B

12345678910111213141516171819202122232425262728
  1. {
  2. "id": "CourtyardKey",
  3. "name": "Hot Dog",
  4. "moneyCost": 0,
  5. "cellCost": 0,
  6. "droppable": true,
  7. "hasLevels": false,
  8. "castCD": 0,
  9. "tags": [
  10. {
  11. "tag": "Key"
  12. }
  13. ],
  14. "gameplayDesc": "Not edible, but should be able to scare some doors off.",
  15. "props": {
  16. "highActivationPriority": true
  17. },
  18. "group": 8,
  19. "icon": {
  20. "file": "cardIcons.png",
  21. "size": 24,
  22. "x": 14,
  23. "y": 5
  24. },
  25. "__separator_group_ID": 8,
  26. "__separator_group_Name": "BagItem",
  27. "__original_Index": 120
  28. }