Salami Lid (#7813)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 4
|
||||
- id: KnifePlastic
|
||||
- id: LidSalami
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodMRE
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
# - Heh
|
||||
- id: SalvageHumanCorpse
|
||||
prob: 0.1
|
||||
- id: LidSalami
|
||||
prob: 0.1
|
||||
# Interesting (1%)
|
||||
# - Ammo
|
||||
- id: BoxMagnum
|
||||
|
||||
@@ -100,5 +100,6 @@
|
||||
- Welder
|
||||
- FlareGun
|
||||
- Spear
|
||||
- LidSalami
|
||||
chance: 0.6
|
||||
offset: 0.0
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Decoration/lidsalami.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Decoration/lidsalami.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 B |
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC0-1.0",
|
||||
"copyright": "Made By CatBoy Daemon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user