Skip to content

Commit

Permalink
Update thrusters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 15, 2024
1 parent 8217c34 commit 9ab71ef
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,37 @@
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
id: SmallThruster
parent: Thruster
suffix: Small
components:
- type: Thruster
baseThrust: 33
thrust: 33
damage:
types:
Heat: 40
- type: ApcPowerReceiver
powerLoad: 500
- type: Sprite
scale: 0.8, 0.8
sprite: Structures/Shuttles/thruster.rsi
layers:
- state: base
map: ["enum.ThrusterVisualLayers.Base"]
- state: thrust
map: ["enum.ThrusterVisualLayers.ThrustOn"]
shader: unshaded
visible: false
- state: thrust_burn_unshaded
map: ["enum.ThrusterVisualLayers.ThrustingUnshaded"]
shader: unshaded
visible: false
offset: 0, 1
- type: StaticPrice
price: 100

- type: entity
id: GyroscopeSecurity
parent: Gyroscope
Expand Down Expand Up @@ -201,3 +232,5 @@
map: ["enum.ThrusterVisualLayers.ThrustingUnshaded"]
shader: unshaded
visible: false
- type: StaticPrice
price: 250

0 comments on commit 9ab71ef

Please sign in to comment.