File tree 6 files changed +63
-20
lines changed
Locale/en-US/deltav/research
Entities/Structures/Machines
6 files changed +63
-20
lines changed Original file line number Diff line number Diff line change 1
1
Entries :
2
- - author : ps3moira
3
- changes :
4
- - message : Added Fish n' Chips. Thank the British!
5
- type : Add
6
- id : 167
7
- time : ' 2023-12-13T20:32:51.0000000+00:00'
8
- - author : Adrian16199
9
- changes :
10
- - message : Felinids now meow out their words. They can also sigh now.
11
- type : Tweak
12
- id : 168
13
- time : ' 2023-12-13T21:28:39.0000000+00:00'
14
2
- author : VMSolidus
15
3
changes :
16
4
- message : Harpies no longer choke on completely breathable air
3722
3710
id : 666
3723
3711
time : ' 2024-11-10T20:20:26.0000000+00:00'
3724
3712
url : https://github.com/DeltaV-Station/Delta-v/pull/2164
3713
+ - author : Stop-Signs
3714
+ changes :
3715
+ - message : Removed the T3 Lockout on epi techs
3716
+ type : Remove
3717
+ id : 667
3718
+ time : ' 2024-11-11T02:57:13.0000000+00:00'
3719
+ url : https://github.com/DeltaV-Station/Delta-v/pull/2144
3720
+ - author : Radezolid
3721
+ changes :
3722
+ - message : The syringe gun is now a researcheable technology in the T2 civilian
3723
+ category. Get it from the medical techfab once it's researched.
3724
+ type : Tweak
3725
+ id : 668
3726
+ time : ' 2024-11-11T15:41:44.0000000+00:00'
3727
+ url : https://github.com/DeltaV-Station/Delta-v/pull/2169
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ research-technology-energy-gun = Energy Guns
5
5
research-technology-energy-gun-advance = Advanced Energy Manipulation
6
6
research-technology-advance-laser = Advanced Laser Manipulation
7
7
research-technology-robust-melee = Robust Melee
8
+ research-technology-syringe-gun = Syringe Gun
8
9
research-technology-ionized-cryogenic-emission-equipment = Ionized Cryogenic Emission Equipment
Original file line number Diff line number Diff line change 5
5
materials :
6
6
Steel : 300
7
7
Glass : 100
8
+
9
+ - type : latheRecipe
10
+ id : LauncherSyringe
11
+ result : LauncherSyringe
12
+ completetime : 3
13
+ materials :
14
+ Steel : 1000
15
+ Glass : 500
16
+ Plastic : 500
17
+
18
+ - type : latheRecipe
19
+ id : MiniSyringe
20
+ result : MiniSyringe
21
+ completetime : 1
22
+ materials :
23
+ Plastic : 150
24
+ Steel : 50
Original file line number Diff line number Diff line change
1
+ - type : technology
2
+ id : SyringeGun
3
+ name : research-technology-syringe-gun
4
+ icon :
5
+ sprite : Objects/Weapons/Guns/Cannons/syringe_gun.rsi
6
+ state : syringe_gun
7
+ discipline : CivilianServices
8
+ tier : 2
9
+ cost : 10000
10
+ recipeUnlocks :
11
+ - LauncherSyringe
12
+ - MiniSyringe
Original file line number Diff line number Diff line change 436
436
- MagazineBoxSpecialHoly
437
437
- MagazineBoxSpecialMindbreaker
438
438
- AdvancedTruncheon
439
+ - LauncherSyringe
440
+ - MiniSyringe
439
441
- WeaponColdCannon
440
442
# End DeltaV additions
441
443
1068
1070
- WhiteCane
1069
1071
- AACTablet # DeltaV
1070
1072
dynamicRecipes :
1073
+ # Begin DeltaV additions
1074
+ - LauncherSyringe
1075
+ - MiniSyringe
1076
+ # End DeltaV additions
1071
1077
- ChemicalPayload
1072
1078
- CryostasisBeaker
1073
1079
- BluespaceBeaker
Original file line number Diff line number Diff line change 5
5
icon :
6
6
sprite : Interface/Misc/research_disciplines.rsi
7
7
state : industrial
8
+ lockoutTier : 4 # DeltaV: Lockout occurs at t4
8
9
tierPrerequisites :
9
10
1 : 0
10
- 2 : 0.75
11
- 3 : 0.75
11
+ 2 : 1 # DeltaV: raised to 1
12
+ 3 : 1 # DeltaV: raised to 1
12
13
13
14
- type : techDiscipline
14
15
id : Arsenal
17
18
icon :
18
19
sprite : Interface/Misc/research_disciplines.rsi
19
20
state : arsenal
21
+ lockoutTier : 4 # DeltaV: Lockout occurs at t4
20
22
tierPrerequisites :
21
23
1 : 0
22
- 2 : 0.75
23
- 3 : 0.75
24
+ 2 : 1 # DeltaV: raised to 1
25
+ 3 : 1 # DeltaV: raised to 1
24
26
25
27
- type : techDiscipline
26
28
id : Experimental
29
31
icon :
30
32
sprite : Interface/Misc/research_disciplines.rsi
31
33
state : experimental
34
+ lockoutTier : 4 # DeltaV: Lockout occurs at t4
32
35
tierPrerequisites :
33
36
1 : 0
34
- 2 : 0.75
35
- 3 : 0.75
37
+ 2 : 1 # DeltaV: raised to 1
38
+ 3 : 1 # DeltaV: raised to 1
36
39
37
40
- type : techDiscipline
38
41
id : CivilianServices
41
44
icon :
42
45
sprite : Interface/Misc/research_disciplines.rsi
43
46
state : civilianservices
47
+ lockoutTier : 4 # DeltaV: Lockout occurs at t4
44
48
tierPrerequisites :
45
49
1 : 0
46
- 2 : 0.75
47
- 3 : 0.75
50
+ 2 : 1 # DeltaV: raised to 1
51
+ 3 : 1 # DeltaV: raised to 1
You can’t perform that action at this time.
0 commit comments