Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Material Arbitrage Fixes (new-frontiers-14#2221)
Browse files Browse the repository at this point in the history
* Material Arbitrage Fixes

* floodlightbroken
  • Loading branch information
ErhardSteinhauer authored Oct 14, 2024
1 parent 19fb7b8 commit eaaade6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Misc/fluff_lights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
min: 1
min: 0 # Frontier: 1<0
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand All @@ -290,4 +290,4 @@
layer:
- MachineLayer
- type: StaticPrice # Frontier
price: 3 # Frontier: TODO - tests at 6
price: 6 # Frontier: TODO - tests at 6
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,6 @@
min: 2
max: 4
- type: StaticPrice
price: 20 # Frontier: 50<20 - TODO: fix arbitrage at ~40
price: 45 # Frontier: 50<20, 20<45
- type: PotentialDeadDrop # Frontier
hintText: dead-drop-hint-bench # Frontier
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Structures/Walls/girders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
min: 1
min: 0 # Frontier: 1<0
max: 1
SheetPlasteel1:
min: 1
min: 0 # Frontier: 1<0
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- type: StaticPrice
price: 25 # Frontier: 130<25
price: 35 # Frontier: 130<25, 25<35

- type: entity
id: ClockworkGirder
Expand All @@ -116,7 +116,7 @@
graph: ClockworkGirder
node: clockGirder
- type: StaticPrice
price: 25 # Frontier: 75<25 - TODO: tests at 35
price: 45 # Frontier: 75<25, 25<45 - TODO: tests at 35
- type: Destructible
thresholds:
- trigger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
- type: Input
context: "human"
- type: MobState # Frontier (otherwise NPCs won't attack the entity)
- type: StaticPrice
price: 1080

- type: entity # A search light for turrets
id: BaseTurretSearchBeam
Expand Down

0 comments on commit eaaade6

Please sign in to comment.