Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Уменьшение снарядов в гранатомете #999

Merged
merged 9 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
components:
- type: Sprite
sprite: ADT/Clothing/Back/paramedic_backpack.rsi

- type: entity
parent: ADTClothingBackpackParamedic
id: ADTClothingBackpackParamedicFilled
name: paramedical backpack
suffix: Paramedic,Filled
description: Backpack to store some paramedical equipment.
components:
- type: StorageFill
contents:
- id: JawsOfLife
- id: JawsOfLife
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@
components:
- type: Sprite
sprite: ADT/Clothing/Back/paramedic_duffel.rsi

- type: entity
parent: ADTClothingBackpackDuffelParamedic
id: ADTClothingBackpackDuffelParamedicFilled
name: parsmedical duffel bag
suffix: Paramedic,Filled
description: A large duffel bag to hold paramedical equipment
components:
- type: StorageFill
contents:
- id: JawsOfLife
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@
components:
- type: Sprite
sprite: ADT/Clothing/Back/paramedic_satchel.rsi

- type: entity
parent: ADTClothingBackpackSatchelParamedic
id: ADTClothingBackpackSatchelParamedicFilled
name: paramedical satchel
suffix: Paramedic,Filled
description: A satchel to store some paramedical equipment.
components:
- type: StorageFill
contents:
- id: JawsOfLife
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
path: /Audio/Weapons/Guns/Empty/empty.ogg
- type: BallisticMechAmmoProvider
proto: ADT40mmGrenadeHEAT
shots: 9
capacity: 9
shots: 4
capacity: 4
ammoType: granade
reloadTime: 5
- type: UIFragment
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/ADT/Loadouts/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
- type: loadout
id: ADTParamedicBackpack
equipment:
back: ADTClothingBackpackParamedic
back: ADTClothingBackpackParamedicFilled

- type: loadout
id: ADTParamedicSatchel
equipment:
back: ADTClothingBackpackSatchelParamedic
back: ADTClothingBackpackSatchelParamedicFilled

- type: loadout
id: ADTParamedicDuffel
equipment:
back: ADTClothingBackpackDuffelParamedic
back: ADTClothingBackpackDuffelParamedicFilled

- type: loadout
id: ADTParamedicBeltEMT
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/ADT/Recipes/Lathes/armory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
- type: latheRecipe
id: ADT40mmGrenadeHEATRecipe
result: ADT40mmGrenadeHEAT
completetime: 5
completetime: 15
materials:
Steel: 300
Plastic: 100
Plasma: 100
Steel: 1000
Plastic: 1000
Plasma: 500

- type: latheRecipe
id: ADT40mmGrenadeBatonRecipe
Expand Down
15 changes: 8 additions & 7 deletions Resources/Prototypes/ADT/Recipes/Lathes/mech_parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,10 @@
category: Mech
completetime: 4
materials:
Steel: 9000
Plastic: 3000
Gold: 1000
Steel: 27000
Plastic: 9000
Gold: 3000
Plasma: 2000

- type: latheRecipe
id: ADTBoxAmmoAC2Ultra
Expand Down Expand Up @@ -705,10 +706,10 @@
category: Mech
completetime: 1
materials:
Steel: 550
Plastic: 150
Plasma: 100
Glass: 100
Steel: 1100
Plastic: 450
Plasma: 300
Glass: 300

- type: latheRecipe
id: ADTBoxPlasmaBox
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading