Skip to content

Commit

Permalink
corpses
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Apr 26, 2024
1 parent 249683c commit 6b7be6f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/json/items/corpses/nether.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"type": "GENERIC",
"id": "corpse_yugg_rubber",
"name": { "str": "rubber yugg corpse" },
"description": "An oversized hollow tube made of black rubber, not unlike the kind used to make tires. It is shaped like a yugg.",
"symbol": "W",
"color": "dark_gray",
"category": "corpses",
"material": [ "rubber" ],
"price_postapoc": "10 USD",
"volume": "600 L",
"weight": "500 kg"
},
{
"type": "GENERIC",
"id": "corpse_yugg_mutflesh",
"name": { "str": "massive fleshy tube" },
"description": "An oversized tube of faintly green raw flesh of nondescript origin. It is vaguely shaped like a yugg.",
"symbol": "W",
"color": "red",
"category": "corpses",
"material": [ "flesh" ],
"price_postapoc": "0 USD",
"volume": "600 L",
"weight": "500 kg",
"flags": [ "TRADER_AVOID" ]
},
{
"type": "GENERIC",
"id": "corpse_yugg_jade",
"name": { "str": "jade yugg statue" },
"description": "A statue of a yugg, made entire out of jade. If jade was still worth anything this could fetch a fortune. A shame the world ended.",
"symbol": "W",
"color": "green",
"category": "corpses",
"material": [ "stone" ],
"price_postapoc": "0 USD",
"volume": "600 L",
"weight": "900 kg",
"flags": [ "TRADER_AVOID" ]
}
]

0 comments on commit 6b7be6f

Please sign in to comment.