@@ -0,0 +1,32 @@
+{
+ "cloth-cap": {
+ "name": "Cloth Cap",
+ "craft": {
+ "allowed": true,
+ "recipe": {
+ "leather": 5,
+ "leather-strips": 3
+ },
+ "level": "craft",
+ "output": {
+ "cloth-cap": 1
+ }
+ "stats": {
+ "ac": 4,
+ "enchant": {
+ "bonus-ac": 2
+ "flamable": "low"
+ "stack-size": 1,
+ "price": {
+ "buy": "20c",
+ "sell": "10c"
+ "tile": {
+ "color": "WHI ON BLA",
+ "symbol": "n"
+}
@@ -0,0 +1,44 @@
+ "wood": {
+ "name": "Wood",
+ "buy": "4c",
+ "sell": "2c"
+ "flamable": "high"
+ "color": "BRO ON BLA",
+ "symbol": "="
+ "wood-plank": {
+ "name": "Wood Plank",
+ "buy": "6c",
+ "sell": "3c"
+ "flamable": "medium"
+ "symbol": "#"
+ "wood-stick": {
+ "name": "Wood Stick",
+ "symbol": "|"
+ "minor-healing": {
+ "name": "Minor Healing Potion",
+ "golden-melon": 1,
+ "cactus": 1,
+ "glass-bottle": 1
+ "level": "brew",
+ "minor-healing": 1
+ "buy": "14c",
+ "sell": "7c"
+ "effect": {
+ "type": "instant",
+ "heal": 3
+ "shatter": true
+ "color": "RED ON BLA",
+ "symbol": "d"
@@ -0,0 +1,38 @@
+ "scroll-fireball": {
+ "name": "Scroll of Fireball",
+ "paper": 1,
+ "crimson-mushroom": 1,
+ "ruby-dust": 2
+ "level": "enchant",
+ "scroll-fireball": 1
+ "spell": {
+ "damage": "1d12+2",
+ "hit": "1d20",
+ "counter": [
+ "dex",
+ "int"
+ ],
+ "after": {
+ "effect": "fire",
+ "damage": "1d4",
+ "duration": {
+ "type": "turns",
+ "amount": 4
+
@@ -0,0 +1,37 @@
+ "wood-dagger": {
+ "name": "Wooden Dagger",
+ "wood-plank": 1,
+ "wood-stick": 1
+ "wood-dagger": 1
+ "hit": "1d20+1",
+ "bonus-damage": 3,
+ "bonus-hit": 3
+ "dex"
+ "buy": "30c",
+ "sell": "15c"