Skip to content

Commit

Permalink
Merge branch 'master' into Cold-gun
Browse files Browse the repository at this point in the history
Signed-off-by: Stop-Signs <[email protected]>
  • Loading branch information
Stop-Signs authored Nov 11, 2024
2 parents 4ec1918 + 5eb7ae5 commit 854ca28
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 20 deletions.
27 changes: 15 additions & 12 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
Entries:
- author: ps3moira
changes:
- message: Added Fish n' Chips. Thank the British!
type: Add
id: 167
time: '2023-12-13T20:32:51.0000000+00:00'
- author: Adrian16199
changes:
- message: Felinids now meow out their words. They can also sigh now.
type: Tweak
id: 168
time: '2023-12-13T21:28:39.0000000+00:00'
- author: VMSolidus
changes:
- message: Harpies no longer choke on completely breathable air
Expand Down Expand Up @@ -3722,3 +3710,18 @@
id: 666
time: '2024-11-10T20:20:26.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2164
- author: Stop-Signs
changes:
- message: Removed the T3 Lockout on epi techs
type: Remove
id: 667
time: '2024-11-11T02:57:13.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2144
- author: Radezolid
changes:
- message: The syringe gun is now a researcheable technology in the T2 civilian
category. Get it from the medical techfab once it's researched.
type: Tweak
id: 668
time: '2024-11-11T15:41:44.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2169
1 change: 1 addition & 0 deletions Resources/Locale/en-US/deltav/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ research-technology-energy-gun = Energy Guns
research-technology-energy-gun-advance = Advanced Energy Manipulation
research-technology-advance-laser = Advanced Laser Manipulation
research-technology-robust-melee = Robust Melee
research-technology-syringe-gun = Syringe Gun
research-technology-ionized-cryogenic-emission-equipment = Ionized Cryogenic Emission Equipment
17 changes: 17 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Lathes/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@
materials:
Steel: 300
Glass: 100

- type: latheRecipe
id: LauncherSyringe
result: LauncherSyringe
completetime: 3
materials:
Steel: 1000
Glass: 500
Plastic: 500

- type: latheRecipe
id: MiniSyringe
result: MiniSyringe
completetime: 1
materials:
Plastic: 150
Steel: 50
12 changes: 12 additions & 0 deletions Resources/Prototypes/DeltaV/Research/civilianservices.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: technology
id: SyringeGun
name: research-technology-syringe-gun
icon:
sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi
state: syringe_gun
discipline: CivilianServices
tier: 2
cost: 10000
recipeUnlocks:
- LauncherSyringe
- MiniSyringe
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@
- MagazineBoxSpecialHoly
- MagazineBoxSpecialMindbreaker
- AdvancedTruncheon
- LauncherSyringe
- MiniSyringe
- WeaponColdCannon
# End DeltaV additions

Expand Down Expand Up @@ -1068,6 +1070,10 @@
- WhiteCane
- AACTablet # DeltaV
dynamicRecipes:
# Begin DeltaV additions
- LauncherSyringe
- MiniSyringe
# End DeltaV additions
- ChemicalPayload
- CryostasisBeaker
- BluespaceBeaker
Expand Down
20 changes: 12 additions & 8 deletions Resources/Prototypes/Research/disciplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: industrial
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: Arsenal
Expand All @@ -17,10 +18,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: arsenal
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: Experimental
Expand All @@ -29,10 +31,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: experimental
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: CivilianServices
Expand All @@ -41,7 +44,8 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: civilianservices
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

0 comments on commit 854ca28

Please sign in to comment.