blob: af7c4b1e2a7c0c30c5f11bb7f82d22a40b6f1f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{
"type": "GENERIC",
"id": "bloodcoin",
"name": { "str": "Velvet Token" },
"description": "A well-made, handcrafted crimson coin produced from the blood of an unknown creature. Its one side is adorned in impressive etched decorations, and the other shows the image of a man, with undecipherable text below it.",
"price": "50 cent",
"price_postapoc": "1000 cent",
"weight": "2 g",
"volume": "2 ml",
"to_hit": -3,
"color": "red",
"symbol": "$",
"material": [ "compactblood" ]
}
]
|