Salami Lid (#7813)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
ZeroDayDaemon
2022-05-12 05:24:48 -05:00
committed by GitHub
parent c6483751bc
commit b2792cf3ad
7 changed files with 34 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- id: FoodBoxPizzaFilled
amount: 4
- id: KnifePlastic
- id: LidSalami
- type: entity
id: CrateFoodMRE

View File

@@ -57,6 +57,8 @@
# - Heh
- id: SalvageHumanCorpse
prob: 0.1
- id: LidSalami
prob: 0.1
# Interesting (1%)
# - Ammo
- id: BoxMagnum

View File

@@ -100,5 +100,6 @@
- Welder
- FlareGun
- Spear
- LidSalami
chance: 0.6
offset: 0.0

View File

@@ -0,0 +1,12 @@
- type: entity
id: LidSalami
parent: BaseItem
name: salami lid
description: Ain't gon' fit, won't fit.
components:
- type: Sprite
sprite: Objects/Decoration/lidsalami.rsi
layers:
- state: icon
- type: Item
size: 1001

View File

@@ -26,7 +26,6 @@
- id: RifleCalico
amount: 0
maxAmount: 5
- id: PistolClarissa
amount: 0
maxAmount: 5
@@ -162,6 +161,10 @@
prob: 0.20
maxAmount: 3
- id: LidSalami
amount: 0
maxAmount: 10
- id: ExGrenade
prob: 0.10
amount: 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Made By CatBoy Daemon",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}