Skip to content

Commit

Permalink
BasePrice
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 2, 2023
1 parent df66584 commit 5314d9d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Manipulator: 1
materialRequirements:
Glass: 1
- type: StaticPrice
price: 200
- type: VendPrice # Frontier
price: 2000

- type: entity
id: ProtolatheMachineCircuitboard
Expand All @@ -30,8 +30,8 @@
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 500
- type: VendPrice # Frontier
price: 5000

- type: entity
id: SecurityTechFabCircuitboard
Expand Down Expand Up @@ -84,8 +84,8 @@
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 500
- type: VendPrice # Frontier
price: 5000

- type: entity
id: CircuitImprinterMachineCircuitboard
Expand All @@ -104,8 +104,8 @@
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 500
- type: VendPrice # Frontier
price: 5000

- type: entity
id: ExosuitFabricatorMachineCircuitboard
Expand All @@ -124,8 +124,8 @@
- type: GuideHelp
guides:
- Robotics
- type: StaticPrice
price: 400
- type: VendPrice # Frontier
price: 4000

# yes i know this prototype name is long i'm just following conventions
- type: entity
Expand All @@ -140,8 +140,8 @@
prototype: ResearchAndDevelopmentServer
materialRequirements:
Plasma: 5
- type: StaticPrice
price: 250
- type: VendPrice # Frontier
price: 2500

- type: entity
id: UniformPrinterMachineCircuitboard
Expand All @@ -153,8 +153,8 @@
requirements:
MatterBin: 1
Manipulator: 2
- type: StaticPrice
price: 100
- type: VendPrice # Frontier
price: 1000

- type: entity
id: VaccinatorMachineCircuitboard
Expand Down Expand Up @@ -459,8 +459,8 @@
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 150
- type: VendPrice # Frontier
price: 1500

- type: entity
id: SeedExtractorMachineCircuitboard
Expand Down Expand Up @@ -617,7 +617,7 @@
Amount: 1
DefaultPrototype: SaxophoneInstrument
ExamineName: Woodwind Instrument
- type: StaticPrice
- type: VendPrice # Frontier
price: 400


Expand Down Expand Up @@ -784,8 +784,8 @@
materialRequirements:
Steel: 5
Plastic: 5
- type: StaticPrice
price: 200
- type: VendPrice
price: 2000

- type: entity
id: OreProcessorMachineCircuitboard
Expand All @@ -801,8 +801,8 @@
Manipulator: 3
materialRequirements:
Glass: 1
- type: StaticPrice
price: 200
- type: VendPrice
price: 2000

- type: entity
id: SheetifierMachineCircuitboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
state: cpu_supply
- type: ComputerBoard
prototype: ComputerCargoOrders
- type: StaticPrice
price: 750
# - type: StaticPrice # Frontier
# price: 750
- type: Tag
tags:
- DroneUsable
Expand Down Expand Up @@ -188,8 +188,8 @@
state: cpu_science
- type: ComputerBoard
prototype: ComputerResearchAndDevelopment
- type: StaticPrice
price: 250
- type: VendPrice # Frontier
price: 2500

- type: entity
parent: BaseComputerCircuitboard
Expand Down Expand Up @@ -232,8 +232,8 @@
state: cpu_command
- type: ComputerBoard
prototype: ComputerId
- type: StaticPrice
price: 750
# - type: StaticPrice # Frontier
# price: 750
- type: Tag
tags:
- DroneUsable
Expand Down Expand Up @@ -357,8 +357,8 @@
state: cpu_command
- type: ComputerBoard
prototype: ComputerIFF
- type: StaticPrice
price: 750
- type: VendPrice # Frontier
price: 7500

- type: entity
parent: BaseComputerCircuitboard
Expand All @@ -369,19 +369,6 @@
- type: ComputerBoard
prototype: ComputerIFFSyndicate

- type: entity
parent: BaseComputerCircuitboard
id: ShipyardComputerCircuitboard
name: shipyard computer board
description: A computer printed circuit board for a shipyard computer.
components:
- type: Sprite
state: cpu_supply
- type: ComputerBoard
prototype: ComputerShipyard
- type: StaticPrice
price: 750

- type: entity
parent: BaseComputerCircuitboard
id: ComputerMassMediaCircuitboard
Expand All @@ -390,8 +377,8 @@
components:
- type: Sprite
state: cpu_service
- type: StaticPrice
price: 150
# - type: StaticPrice # Frontier
# price: 150
- type: ComputerBoard
prototype: ComputerMassMedia

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: BaseComputerCircuitboard
id: ShipyardComputerCircuitboard
name: shipyard computer board
description: A computer printed circuit board for a shipyard computer.
components:
- type: Sprite
state: cpu_supply
- type: ComputerBoard
prototype: ComputerShipyard
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
MatterBin: 1
materialRequirements:
Glass: 1
- type: StaticPrice
price: 100

0 comments on commit 5314d9d

Please sign in to comment.