Skip to content

Commit

Permalink
add items
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 2, 2023
1 parent 0680e59 commit 0d95556
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions objects/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,23 @@
"type": "Battle",
"description": "A pong deposit that can be pitched at one's opponents. Inflicts minor damage to a single enemy when used in battle."
},
"rockbomb_shard": {
"name": "Rockbomb Shard",
"type": "Battle",
"description": "An unstable stone that explodes when it strikes its target. Almost kills a single enemy when used in battle, but the damage it inflicts will vary according to the target's resistance to instant death."
},
"monster_munchies": {
"name": "Monster Munchies",
"type": "Food",
"description": "A meaty morsel that monsters love. Feed to a monster to very slightly increase the likelihood of it wanting to join you.",
"buy": 100,
"sell": 10
},
"mystery_meat": {
"name": "Mystery Meat",
"type": "Food",
"description": "Suspicious meat of unknown origin. Feed to a monster to increase the likelihood of it wanting to join you by a random factor."
},
"smoked_sirloin": {
"name": "Smoked Sirloin",
"type": "Food",
Expand Down Expand Up @@ -121,6 +131,11 @@
"description": "Raises the agility of a single ally by 3. Note that each monster type has an upper limit to its agility that cannot be exceeded.",
"sell": 10
},
"seed_of_skill": {
"name": "Seed of Skill",
"type": "Treasure",
"description": "Provides a single ally with 3 additional talent points. Note that a monster can have a maximum of 999 available talent points."
},
"strength_ring": {
"name": "Strength Ring",
"type": "Accessory",
Expand Down

0 comments on commit 0d95556

Please sign in to comment.