From 0ce8afc2fd61083b5cfcaf4d76139df0d0040000 Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Mon, 2 Dec 2024 20:45:00 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=A5=D0=B5=D1=85=D0=B5=D1=85=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Entities/Mobs/base.yml | 6 ++++++ .../Objects/Weapons/Guns/SMGs/smgs.yml | 10 +++++----- .../_White/Catalog/Cargo/cargo_engines.yml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 Resources/Prototypes/_White/Catalog/Cargo/cargo_engines.yml diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index bbc7b1e920..606095ba77 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 + 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 From ebe32258e786601809cf5884a0efb08f2132cb86 Mon Sep 17 00:00:00 2001 From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:49:31 +0300 Subject: [PATCH 2/2] Update base.yml --- Resources/Prototypes/Entities/Mobs/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index 606095ba77..93519a4bdc 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -57,7 +57,7 @@ - trigger: !type:DamageTypeTrigger damageType: Blunt - damage: 1500 + damage: 1500 # WD Edit from 400 to 1500 behaviors: - !type:GibBehavior { } - trigger: