healing.json 698 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "minor-healing": {
  3. "name": "Minor Healing Potion",
  4. "craft": {
  5. "allowed": true,
  6. "recipe": {
  7. "golden-melon": 1,
  8. "cactus": 1,
  9. "glass-bottle": 1
  10. },
  11. "level": "brew",
  12. "output": {
  13. "minor-healing": 1
  14. }
  15. },
  16. "price": {
  17. "buy": "14c",
  18. "sell": "7c"
  19. },
  20. "stats": {
  21. "effect": {
  22. "type": "instant",
  23. "heal": 3
  24. },
  25. "shatter": true
  26. },
  27. "tile": {
  28. "color": "RED ON BLA",
  29. "symbol": "d"
  30. }
  31. }
  32. }