-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} | ||
] |