diff --git a/Resources/Prototypes/Catalog/Fills/Crates/food.yml b/Resources/Prototypes/Catalog/Fills/Crates/food.yml index 403dd4522a..e01ee3353b 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/food.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/food.yml @@ -9,6 +9,7 @@ - id: FoodBoxPizzaFilled amount: 4 - id: KnifePlastic + - id: LidSalami - type: entity id: CrateFoodMRE diff --git a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml index 0a1c5f588c..2bb13f5454 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml @@ -57,6 +57,8 @@ # - Heh - id: SalvageHumanCorpse prob: 0.1 + - id: LidSalami + prob: 0.1 # Interesting (1%) # - Ammo - id: BoxMagnum diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 63cf603f99..6ddea19f76 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -100,5 +100,6 @@ - Welder - FlareGun - Spear + - LidSalami chance: 0.6 offset: 0.0 diff --git a/Resources/Prototypes/Entities/Objects/Decoration/lidsalami.yml b/Resources/Prototypes/Entities/Objects/Decoration/lidsalami.yml new file mode 100644 index 0000000000..445aae35e1 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Decoration/lidsalami.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/LootTables/suspicion_loot_table.yml b/Resources/Prototypes/LootTables/suspicion_loot_table.yml index 2c40f90e92..08233d09ee 100644 --- a/Resources/Prototypes/LootTables/suspicion_loot_table.yml +++ b/Resources/Prototypes/LootTables/suspicion_loot_table.yml @@ -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 diff --git a/Resources/Textures/Objects/Decoration/lidsalami.rsi/icon.png b/Resources/Textures/Objects/Decoration/lidsalami.rsi/icon.png new file mode 100644 index 0000000000..574d1c0106 Binary files /dev/null and b/Resources/Textures/Objects/Decoration/lidsalami.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Decoration/lidsalami.rsi/meta.json b/Resources/Textures/Objects/Decoration/lidsalami.rsi/meta.json new file mode 100644 index 0000000000..c919c76c8c --- /dev/null +++ b/Resources/Textures/Objects/Decoration/lidsalami.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Made By CatBoy Daemon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +}