Skip to content
Open
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: 5 additions & 5 deletions Resources/Prototypes/Catalog/Bounties/bounties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- type: cargoBounty
id: BountyBaseballBat
reward: 4000
reward: 5000
description: bounty-description-baseball-bat
idPrefix: CC
entries:
Expand Down Expand Up @@ -413,7 +413,7 @@
description: bounty-description-syringe
entries:
- name: bounty-item-syringe
amount: 10
amount: 5
whitelist:
tags:
- Syringe
Expand Down Expand Up @@ -488,7 +488,7 @@

- type: cargoBounty
id: BountyOrgans
reward: 2000
reward: 5000
description: bounty-description-organs
idPrefix: UNTH
entries:
Expand Down Expand Up @@ -555,12 +555,12 @@

- type: cargoBounty
id: BountyFood
reward: 4000
reward: 20000
description: bounty-description-food
idPrefix: UNTH
entries:
- name: bounty-item-food
amount: 30
amount: 15
whitelist:
tags:
- Meat
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Back/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
materialComposition:
Steel: 62
Glass: 250
- type: StaticPrice #Goobstation - Recycle update
price: 50
- type: StaticPrice #Amour - Cargo rebalance
price: 400

# Assmos - Extinguisher Nozzle
- type: entity
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
materialComposition:
Cloth: 25
- type: Armor # Orion
priceMultiplier: 0.6
priceMultiplier: 0.4 # Amour - Cargo rebalance

- type: entity
parent: ClothingHeadHatBeret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@
- type: FloorCleaner # Goobstation
radius: 3
cleanDelay: 6
- type: StaticPrice # Amour - Cargo rebalance
price: 200

- type: entity
name: wet floor sign
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@
blacklist:
tags:
- Book
- type: StaticPrice
price: 450
- type: DragDropTargetable
# Goobstation Change End

Expand Down Expand Up @@ -228,6 +226,8 @@
- type: MovementSpeedModifier
baseWalkSpeed: 2.25
baseSprintSpeed: 2.25 #Goobedit
- type: StaticPrice
price: 7500

- type: entity
id: MechRipleyBattery
Expand Down Expand Up @@ -269,6 +269,8 @@
pilotWhitelist:
components:
- HumanoidAppearance
- type: StaticPrice
price: 8000

- type: entity
parent: MechHonker
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
- type: SurgeryTool # Shitmed
startSound: /Audio/Items/change_jaws.ogg
endSound: /Audio/Items/change_jaws.ogg
- type: StaticPrice #Amour - Cargo rebalance
price: 550

- type: entity # Goobstation - Recycler Update
parent: JawsOfLifeBase
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@
materialComposition:
Steel: 300
Plastic: 100
- type: StaticPrice
price: 100
- type: StaticPrice #Amour - Cargo rebalance
price: 250
- type: MeleeWeapon
wideAnimationRotation: -90
attackRate: 1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@
- type: PhysicalComposition #Goobstation - Recycle update
materialComposition:
Steel: 375
Glass: 125
Glass: 125
- type: StaticPrice #Amour - Cargo rebalance
price: 450
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
- type: Damageable
damageModifierSet: MediumArmorNT
- type: StaticPrice
price: 1000
price: 8000
- type: Tag
tags:
- DoorBumpOpener
Expand Down Expand Up @@ -153,7 +153,7 @@
- type: CanMoveInAir
- type: MovementAlwaysTouching
- type: StaticPrice
price: 1500
price: 8000
- type: Tag
tags:
- DoorBumpOpener
Expand Down Expand Up @@ -225,7 +225,7 @@
baseWalkSpeed: 2
baseSprintSpeed: 2 #Goobedit
- type: StaticPrice
price: 3000
price: 10000
- type: Tag
tags:
- DoorBumpOpener
Expand Down Expand Up @@ -290,7 +290,7 @@
fuelCost: 30
doAfterDelay: 15
- type: StaticPrice
price: 5000
price: 15000
- type: Tag
tags:
- DoorBumpOpener
Expand Down
Loading