Move PKA to a tech (#17043)

This commit is contained in:
metalgearsloth
2023-06-16 13:56:59 +10:00
committed by GitHub
parent 0e06e01abd
commit f7e4a69b65
7 changed files with 46 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ research-discipline-biochemical = Biochemical
research-discipline-experimental = Experimental research-discipline-experimental = Experimental
research-discipline-civilian-services = Civilian Services research-discipline-civilian-services = Civilian Services
research-technology-salvage-weapons = Salvage weapons
research-technology-salvage-equipment = Salvage Equipment research-technology-salvage-equipment = Salvage Equipment
research-technology-advanced-powercells = Advanced Powercells research-technology-advanced-powercells = Advanced Powercells
research-technology-compact-power = Compact Power research-technology-compact-power = Compact Power

View File

@@ -217575,20 +217575,6 @@ entities:
- pos: 31.586092,32.47933 - pos: 31.586092,32.47933
parent: 2 parent: 2
type: Transform type: Transform
- proto: WeaponProtoKineticAccelerator
entities:
- uid: 30107
components:
- pos: -36.73277,27.512495
parent: 2
type: Transform
- uid: 30108
components:
- pos: -47.53973,38.643734
parent: 2
type: Transform
- nextFire: 1226.6534384
type: Gun
- proto: WeaponRevolverDeckard - proto: WeaponRevolverDeckard
entities: entities:
- uid: 30109 - uid: 30109

View File

@@ -14,7 +14,6 @@
# - id: ClothingEyesGlassesMeson # - id: ClothingEyesGlassesMeson
- id: ClothingBeltUtilityFilled - id: ClothingBeltUtilityFilled
- id: SurvivalKnife - id: SurvivalKnife
- id: WeaponProtoKineticAccelerator
- type: entity - type: entity
id: LockerSalvageSpecialistFilled id: LockerSalvageSpecialistFilled
@@ -27,4 +26,3 @@
# - id: ClothingEyesGlassesMeson # - id: ClothingEyesGlassesMeson
- id: ClothingBeltUtilityFilled - id: ClothingBeltUtilityFilled
- id: SurvivalKnife - id: SurvivalKnife
- id: WeaponProtoKineticAccelerator

View File

@@ -9,6 +9,5 @@
Floodlight: 2 Floodlight: 2
HandheldGPSBasic: 2 HandheldGPSBasic: 2
RadioHandheld: 2 RadioHandheld: 2
WeaponProtoKineticAccelerator: 2
WeaponCrusher: 2 WeaponCrusher: 2
WeaponCrusherDagger: 2 WeaponCrusherDagger: 2

View File

@@ -244,7 +244,10 @@
- HolofanProjector - HolofanProjector
- BluespaceBeaker - BluespaceBeaker
- SyringeBluespace - SyringeBluespace
- WeaponCrusher
- WeaponCrusherDagger
- WeaponForceGun - WeaponForceGun
- WeaponProtoKineticAccelerator
- WeaponTetherGun - WeaponTetherGun
- WeaponGrapplingGun - WeaponGrapplingGun
- ClothingBackpackHolding - ClothingBackpackHolding

View File

@@ -103,6 +103,24 @@
Plasma: 1500 Plasma: 1500
Uranium: 1500 Uranium: 1500
- type: latheRecipe
id: WeaponCrusher
result: WeaponCrusher
completetime: 5
materials:
Steel: 1000
Glass: 250
Plastic: 100
- type: latheRecipe
id: WeaponCrusherDagger
result: WeaponCrusherDagger
completetime: 5
materials:
Steel: 500
Glass: 250
Plastic: 50
- type: latheRecipe - type: latheRecipe
id: WeaponForceGun id: WeaponForceGun
result: WeaponForceGun result: WeaponForceGun
@@ -112,6 +130,15 @@
Glass: 400 Glass: 400
Silver: 200 Silver: 200
- type: latheRecipe
id: WeaponProtoKineticAccelerator
result: WeaponProtoKineticAccelerator
completetime: 5
materials:
Steel: 1000
Glass: 500
Silver: 100
- type: latheRecipe - type: latheRecipe
id: WeaponTetherGun id: WeaponTetherGun
result: WeaponTetherGun result: WeaponTetherGun

View File

@@ -1,5 +1,20 @@
# Tier 1 # Tier 1
- type: technology
id: SalvageWeapons
name: research-technology-salvage-weapons
icon:
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
state: gun
discipline: Industrial
tier: 1
cost: 10000
recipeUnlocks:
- WeaponProtoKineticAccelerator
# These are roundstart but not replenishable for salvage
- WeaponCrusher
- WeaponCrusherDagger
- type: technology - type: technology
id: SalvageEquipment id: SalvageEquipment
name: research-technology-salvage-equipment name: research-technology-salvage-equipment