Skip to content
Draft
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
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Lua/Entities/Objects/Devices/flatpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,18 @@
entity: WeaponShuttleGrapplingTurret
- type: StaticPrice
price: 150

- type: entity
parent: BaseNFFlatpack
id: WeaponTurretM25FlatPack
name: упакованный M25 горный импульсер
description: Использует механизмы для запуска... чего-то. Легко разрушает породу.
components:
- type: Flatpack
entity: WeaponTurretM25
- type: StaticPrice
price: 640
- type: Sprite
sprite: _Lua/Flatpack/flatpack.rsi
layers:
- state: ship_weapon
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
- type: entity
id: WeaponTurretM25
name: M25 mining pulser
parent: BallisticArtilleryUnanchorable #Lua BallisticArtillery<BallisticArtilleryUnanchorable
parent: BallisticArtillery
description: Uses mechanisms to launch... something. Destroys rock easily.
components:
- type: StaticPrice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
MaterialReclaimerFlatpack: 4294967295 # Infinite
ScrapProcessorFlatpack: 4294967295 # Infinite
ShuttleGunKineticFlatpack: 4294967295 # Infinite
WeaponTurretM25FlatPack: 4294967295 # Lua
# Service
#ServiceTechFabFlatpack: 4294967295 # Infinite
CutterMachineFlatpack: 4294967295 # Infinite
Expand Down
Loading