Skip to content

Commit

Permalink
Added Energy Dagger as Research
Browse files Browse the repository at this point in the history
  • Loading branch information
blackknight954 committed Jan 13, 2025
1 parent 186e682 commit 69b5ce0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ research-technology-portable-microfusion-weaponry = Portable Microfusion Weaponr
research-technology-experimental-battery-ammo = Experimental Battery Ammo
research-technology-basic-shuttle-armament = Shuttle basic armament
research-technology-advanced-shuttle-weapon = Advanced shuttle weapons
research-technology-plasma-suspension = Plasma Suspension
research-technology-basic-robotics = Basic Robotics
research-technology-basic-anomalous-research = Basic Anomalous Research
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

- type: entity
name: energy dagger
parent: [BaseMeleeWeaponEnergy, BaseC3SyndicateContraband] # Frontier: BaseSyndicateContraband<BaseC3SyndicateContraband
parent: [BaseMeleeWeaponEnergy, BaseC2ContrabandUnredeemable] # Frontier: BaseSyndicateContraband<BaseC3SyndicateContraband
id: EnergyDaggerLoud
description: A not as loud and dangerous dagger with a beam made of pure, concentrated plasma. This one is completely undisguised.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
- WeaponXrayCannon
- SpeedLoaderRifleHeavyIncendiary
- SpeedLoaderRifleHeavyUranium
- EnergyDaggerLoud #Shouldn't be too powerful, only does 10 slash/10 heat, and there are more available weapons elsewhere

- type: entity
id: MercenaryTechFab
Expand Down Expand Up @@ -823,6 +824,7 @@
- WeaponAntiqueLaserNF # After the changes made to windows shouldn't be that much of an issue now if it's widely available
- WeaponLaserCarbine
- WeaponDisabler
- EnergyDaggerLoud #Shouldn't be too powerful, only does 10 slash/10 heat, and there are more available weapons elsewhere
## Mags / Speedloaders / Clips
## Ammo boxes
- BoxBeanbag
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/weapons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,12 @@
Glass: 500
Plastic: 50
Gold: 100

- type: latheRecipe
id: EnergyDaggerLoud
parent: BaseWeaponRecipe
result: EnergyDaggerLoud
materials:
Steel: 700
Gold: 300
Plasma: 1000
13 changes: 13 additions & 0 deletions Resources/Prototypes/_NF/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,16 @@
- BlueprintClothingOuterHardsuitScaf
technologyPrerequisites:
- HardsuitsArmored

- type: technology
id: PlasmaSuspension
name: research-technology-plasma-suspension
icon:
sprite: Objects/Weapons/Melee/e_dagger_loud.rsi
state: icon
discipline: Arsenal
tier: 3
cost: 10000
recipeUnlocks:
- EnergyDaggerLoud

0 comments on commit 69b5ce0

Please sign in to comment.