Skip to content

Commit

Permalink
New shade for 100k bills
Browse files Browse the repository at this point in the history
  • Loading branch information
Unkn0wnGh0st333 committed Dec 9, 2024
1 parent c45e5c5 commit 284f6ab
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 133 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Misc/space_cash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
- type: Stack
count: 25000

- type: entity
parent: SpaceCash
id: SpaceCash100000
suffix: 100000
components:
- type: Icon
sprite: _NF/Objects/Economy/cash.rsi
state: cash_100000
- type: Stack
count: 100000

# Fake fake money (ikr)
- type: entity
parent: BaseItem
Expand Down
Binary file modified Resources/Textures/_NF/Objects/Economy/cash.rsi/cash_100000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/_NF/Objects/Economy/cash.rsi/cash_250000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
266 changes: 133 additions & 133 deletions Resources/Textures/_NF/Objects/Economy/cash.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,136 +1,136 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "Modified by EmoGarbage404 and taken from https://github.com/goonstation/goonstation at commit b951a2c12d967af1295a3e6d33a861e7e1f21299. cash_5000, cash_10000, cash_25000, cash_50000, cash_100000, cash_250000 modified by Whatstone (Discord)",
"states": [
{
"name": "cash"
"version": 1,
"size": {
"x": 32,
"y": 32
},
{
"name": "cash_10"
},
{
"name": "cash_100"
},
{
"name": "cash_500"
},
{
"name": "cash_1000"
},
{
"name": "cash_5000"
},
{
"name": "cash_10000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_25000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_50000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_100000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_250000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
"license": "CC-BY-NC-SA-3.0",
"copyright": "Modified by EmoGarbage404 and taken from https://github.com/goonstation/goonstation at commit b951a2c12d967af1295a3e6d33a861e7e1f21299. cash_5000, cash_10000, cash_25000, cash_50000, cash_250000 modified by Whatstone (Discord), cash_100000 modified by Unkn0wnGh0st333 (Github)",
"states": [
{
"name": "cash"
},
{
"name": "cash_10"
},
{
"name": "cash_100"
},
{
"name": "cash_500"
},
{
"name": "cash_1000"
},
{
"name": "cash_5000"
},
{
"name": "cash_10000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_25000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_50000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_100000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "cash_250000",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

0 comments on commit 284f6ab

Please sign in to comment.