diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index bbc7b1e920..93519a4bdc 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -54,6 +54,12 @@ damageContainer: Biological - type: Destructible thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Blunt + damage: 1500 # WD Edit from 400 to 1500 + behaviors: + - !type:GibBehavior { } - trigger: !type:DamageTypeTrigger damageType: Heat diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index c98e11490b..0567e4af1b 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -119,8 +119,8 @@ - type: Item sprite: White/Objects/Weapons/Guns/SMG/c20r-inhands.rsi - type: Gun - minAngle: 11 - maxAngle: 19 + minAngle: 1 # WD + maxAngle: 7 # WD shotsPerBurst: 5 availableModes: - SemiAuto @@ -217,9 +217,9 @@ - type: Item sprite: White/Objects/Weapons/Guns/SMG/drozd-inhands.rsi - type: Gun - minAngle: 21 - maxAngle: 32 - fireRate: 6 + minAngle: 4 # WD + maxAngle: 10 # WD + fireRate: 5 # WD selectedMode: FullAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/atreides.ogg diff --git a/Resources/Prototypes/_White/Catalog/Cargo/cargo_engines.yml b/Resources/Prototypes/_White/Catalog/Cargo/cargo_engines.yml new file mode 100644 index 0000000000..db43028703 --- /dev/null +++ b/Resources/Prototypes/_White/Catalog/Cargo/cargo_engines.yml @@ -0,0 +1,19 @@ +- type: cargoProduct + id: EngineAmeShielding + icon: + sprite: Objects/Devices/flatpack.rsi + state: ame-part + product: CrateEngineeringAMEShielding + cost: 28000 + category: cargoproduct-category-name-engineering + group: market + +- type: cargoProduct + id: EngineAmeControl + icon: + sprite: Structures/Power/Generation/ame.rsi + state: control + product: CrateEngineeringAMEControl + cost: 4000 + category: cargoproduct-category-name-engineering + group: market