Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds some money types. #27963

Merged
merged 15 commits into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions data/json/items/generic/currency.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"type": "GENERIC",
"id": "FMCNote",
"name": "FMCN",
I-am-Erk marked this conversation as resolved.
Show resolved Hide resolved
"description": "The Free Merchant Certified Note, also known by names such as a 'c-note' or 'merch', is a currency based on old American bills. Fifty dollar bills and larger are printed with a promissory note signed by the treasurer of the Free Merchants, along with a complex design. The note explains that this can be exchanged for food, water, and other services through the Free Merchants in the Refugee Center.",
"price": 10,
"weight": 1,
"to_hit": -3,
"color": "white",
"symbol": "$",
"material": [ "paper" ],
"volume": "2 mL"
},
{
"type": "GENERIC",
"id": "FlatCoin",
"name": "FlatCoin",
"description": "This is a coin that has been flattened in a novelty coin flattening machine. The machine has been somewhat crudely altered so that the design - which appears to once have been Mickey Mouse - is overlayed with a handwritten emblem of a book. There is some text that faintly reads 'Campus Exchange Token'.",
"price": 5,
"weight": 2,
"to_hit": -3,
"color": "orange",
"symbol": "$",
"material": [ "copper" ],
"volume": "2 mL"
}
]
1 change: 1 addition & 0 deletions data/json/npcs/NC_EVAC_SHOPKEEP.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"type" : "item_group",
"id" : "NC_EVAC_SHOPKEEP_misc",
"items":[
{ "item": "FMCNote", "count-min": 50, "count-max": 300, "prob": 100 },
["vest", 40],
["kevlar", 15],
["jacket_army", 30],
Expand Down