From 7e1b7802886090f45afd2af44d522cfcfc3cc5e5 Mon Sep 17 00:00:00 2001 From: DangerRevolution <142105406+DangerRevolution@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:55:43 +0000 Subject: [PATCH] Research: Delta --> EE --- .../Prototypes/DeltaV/Research/arsenal.yml | 54 ------------------- Resources/Prototypes/Research/arsenal.yml | 53 ++++++++++++++++++ 2 files changed, 53 insertions(+), 54 deletions(-) delete mode 100644 Resources/Prototypes/DeltaV/Research/arsenal.yml diff --git a/Resources/Prototypes/DeltaV/Research/arsenal.yml b/Resources/Prototypes/DeltaV/Research/arsenal.yml deleted file mode 100644 index 71993d8c313..00000000000 --- a/Resources/Prototypes/DeltaV/Research/arsenal.yml +++ /dev/null @@ -1,54 +0,0 @@ -# Tier 2 - -- type: technology - id: ExoticAmmunition - name: research-technology-exotic-ammunition - icon: - sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi - state: beanbag - discipline: Arsenal - tier: 1 - cost: 7500 - recipeUnlocks: - - CartridgeSpecialHoly - - CartridgeSpecialMindbreaker - - ShellSoulbreaker # Nyanotrasen - Soulbreaker shotgun ammo - -- type: technology - id: EnergyGuns - name: research-technology-energy-gun - icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi - state: icon - discipline: Arsenal - tier: 1 - cost: 7500 - recipeUnlocks: - - WeaponEnergyGun - - WeaponEnergyGunMini - -- type: technology - id: EnergyGunsAdvanced - name: research-technology-energy-gun-advance - icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi - state: icon - discipline: Arsenal - tier: 2 - cost: 7500 - recipeUnlocks: - - WeaponEnergyGunPistol - -- type: technology - id: Advanced Laser Manipulation - name: research-technology-advance-laser - icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi - state: icon - discipline: Arsenal - tier: 2 - cost: 12500 - recipeUnlocks: - - WeaponGunLaserCarbineAutomatic - - diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 7432d4225f2..d82f4e6c261 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -178,6 +178,59 @@ - ShuttleGunFriendshipCircuitboard technologyPrerequisites: - SalvageWeapons + +# Tier 2 + +- type: technology + id: ExoticAmmunition + name: research-technology-exotic-ammunition + icon: + sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi + state: beanbag + discipline: Arsenal + tier: 1 + cost: 7500 + recipeUnlocks: + - CartridgeSpecialHoly + - CartridgeSpecialMindbreaker + - ShellSoulbreaker # Nyanotrasen - Soulbreaker shotgun ammo + +- type: technology + id: EnergyGuns + name: research-technology-energy-gun + icon: + sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi + state: icon + discipline: Arsenal + tier: 1 + cost: 7500 + recipeUnlocks: + - WeaponEnergyGun + - WeaponEnergyGunMini + +- type: technology + id: EnergyGunsAdvanced + name: research-technology-energy-gun-advance + icon: + sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi + state: icon + discipline: Arsenal + tier: 2 + cost: 7500 + recipeUnlocks: + - WeaponEnergyGunPistol + +- type: technology + id: Advanced Laser Manipulation + name: research-technology-advance-laser + icon: + sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi + state: icon + discipline: Arsenal + tier: 2 + cost: 12500 + recipeUnlocks: + - WeaponGunLaserCarbineAutomatic # Tier 3