Compare commits
12 Commits
88a31e7e92
...
7cfcc1e2ac
| Author | SHA1 | Date |
|---|---|---|
|
|
7cfcc1e2ac | |
|
|
c3c6a6abd9 | |
|
|
6f0ad0c181 | |
|
|
7abc7a7b66 | |
|
|
7dc4c5f3fc | |
|
|
0400ffa8e3 | |
|
|
8842d5d0af | |
|
|
239ea3f7fb | |
|
|
4c0a8af48d | |
|
|
fcc1598fb4 | |
|
|
70695e8164 | |
|
|
51684232a0 |
|
|
@ -104,6 +104,7 @@ namespace Content.IntegrationTests.Tests
|
|||
"PebbleHiring", // DeltaV
|
||||
"Shoukou", // DeltaV
|
||||
"Submarine", //DeltaV
|
||||
"Summit", // DeltaV
|
||||
"Terra", //DeltaV
|
||||
"TheHive", // DeltaV
|
||||
"Tortuga" // DeltaV
|
||||
|
|
|
|||
|
|
@ -1,18 +1,4 @@
|
|||
Entries:
|
||||
- author: turtlemutt
|
||||
changes:
|
||||
- message: Add a new snack to the game, spicy pickle moffs!
|
||||
type: Add
|
||||
id: 1777
|
||||
time: '2025-11-02T05:28:33.0000000+00:00'
|
||||
url: https://github.com/DeltaV-Station/Delta-v/pull/4425
|
||||
- author: SirWarock
|
||||
changes:
|
||||
- message: Rollerbed sprites now don't stack when a patient is buckled to it!
|
||||
type: Add
|
||||
id: 1778
|
||||
time: '2025-11-02T05:44:53.0000000+00:00'
|
||||
url: https://github.com/DeltaV-Station/Delta-v/pull/4521
|
||||
- author: HTMLSystem
|
||||
changes:
|
||||
- message: Added arachnid and moth sprites for the night vision and thermal goggles
|
||||
|
|
@ -4418,4 +4404,21 @@
|
|||
id: 2277
|
||||
time: '2026-05-09T22:19:48.0000000+00:00'
|
||||
url: https://github.com/DeltaV-Station/Delta-v/pull/5738
|
||||
- author: Cepelinas1
|
||||
changes:
|
||||
- message: "In an effort to save money on tear gas grenade production, Security\
|
||||
\ can now choose up to 4 items for their secbelt in the character loadout under\
|
||||
\ the \u201CUtility\u201D section! Remember to actually choose what you want,\
|
||||
\ unless you want to go in with just a baton and cuffs."
|
||||
type: Add
|
||||
id: 2278
|
||||
time: '2026-05-09T23:04:26.0000000+00:00'
|
||||
url: https://github.com/DeltaV-Station/Delta-v/pull/5701
|
||||
- author: Stxcking
|
||||
changes:
|
||||
- message: Added Water Wall Dispenser
|
||||
type: Add
|
||||
id: 2279
|
||||
time: '2026-05-10T11:35:15.0000000+00:00'
|
||||
url: https://github.com/DeltaV-Station/Delta-v/pull/5792
|
||||
Order: 1
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -140,6 +140,7 @@ loadout-group-all-gun = Security Sidearm
|
|||
loadout-group-security-gun-ammo = Ammunition
|
||||
loadout-group-revolver-ammo = Ammunition
|
||||
loadout-group-all-ammo = Ammunition
|
||||
security-utility = Utility
|
||||
|
||||
# Justice
|
||||
loadout-group-chiefjustice-head = Chief Justice head
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -86,12 +86,12 @@
|
|||
- type: loadout
|
||||
id: SecurityBelt
|
||||
equipment:
|
||||
belt: ClothingBeltSecurityFilled
|
||||
belt: ClothingBeltSecurityBeltCustom # DeltaV - loadouts
|
||||
|
||||
- type: loadout
|
||||
id: SecurityWebbing
|
||||
equipment:
|
||||
belt: ClothingBeltSecurityWebbingFilled
|
||||
belt: ClothingBeltSecurityWebbingCustom # DeltaV - loadouts
|
||||
|
||||
# Outerclothing
|
||||
- type: loadout
|
||||
|
|
|
|||
|
|
@ -413,6 +413,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityAllFirearm # DeltaV - loadouts
|
||||
- SecurityAllAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobWarden
|
||||
|
|
@ -432,6 +433,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityAllFirearm # DeltaV - loadouts
|
||||
- SecurityAllAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobSecurityOfficer
|
||||
|
|
@ -452,6 +454,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityFirearm # DeltaV - loadouts
|
||||
- SecurityFirearmAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobDetective
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
- Pebble
|
||||
- Shoukou
|
||||
- Submarine
|
||||
- Summit
|
||||
- Terra
|
||||
- TheHive
|
||||
- Tortuga
|
||||
|
|
|
|||
|
|
@ -0,0 +1,78 @@
|
|||
- type: gameMap
|
||||
id: Summit
|
||||
mapName: 'Summit'
|
||||
mapPath: /Maps/summit.yml
|
||||
minPlayers: 40
|
||||
stations:
|
||||
Summit:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Summit Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'DV'
|
||||
- type: StationPlanetSpawner
|
||||
planet: GlacierSurface
|
||||
gridPath: /Maps/_DV/Nonstations/glacier_surface_outpost.yml
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Boxer: [ 2, 2 ]
|
||||
#command
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ChiefJustice: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
StationAi: [ 1, 1 ]
|
||||
#engineering
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 4, 6 ]
|
||||
TechnicalAssistant: [ 2, 3 ]
|
||||
#justice
|
||||
Clerk: [ 1, 1 ]
|
||||
Lawyer: [ 1, 2 ]
|
||||
Prosecutor: [ 1, 1 ]
|
||||
#medical
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 4, 5 ]
|
||||
MedicalIntern: [ 2, 3 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
Surgeon: [ 1, 1 ]
|
||||
#security
|
||||
Brigmedic: [ 1, 1 ]
|
||||
Detective: [ 1, 2 ]
|
||||
Prisoner: [ 2, 3 ]
|
||||
PrisonGuard: [ 2, 2 ]
|
||||
SecurityOfficer: [ 5, 7 ]
|
||||
SecurityCadet: [ 2, 3 ]
|
||||
Warden: [ 1, 1 ]
|
||||
#service
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 2 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Janitor: [ 2, 3 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 2, 2 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
ServiceWorker: [ 3, 4 ]
|
||||
#science
|
||||
Borg: [ 2, 3 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ForensicMantis: [ 1, 1 ]
|
||||
ResearchAssistant: [ 2, 4 ]
|
||||
Scientist: [ 3, 5 ]
|
||||
Roboticist: [ 1, 2 ]
|
||||
#supply
|
||||
CargoAssistant: [ 1, 2 ]
|
||||
CargoTechnician: [ 2, 3 ]
|
||||
Courier: [ 1, 2 ]
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
|
|
@ -44,6 +44,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityFirearm # DeltaV - loadouts
|
||||
- SecurityFirearmAmmo # DeltaV - loadouts
|
||||
- SecurityUtility
|
||||
|
||||
# Wildcards
|
||||
- type: roleLoadout
|
||||
|
|
|
|||
|
|
@ -25,6 +25,30 @@
|
|||
- id: SyringeEphedrine
|
||||
- id: EmergencyMedipen
|
||||
|
||||
- type: entity
|
||||
id: ClothingBeltSecurityBeltCustom
|
||||
parent: ClothingBeltSecurity
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
containers:
|
||||
storagebase: !type:AllSelector
|
||||
children:
|
||||
- id: Stunbaton
|
||||
- id: Handcuffs
|
||||
|
||||
- type: entity
|
||||
id: ClothingBeltSecurityWebbingCustom
|
||||
parent: ClothingBeltSecurityWebbing
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
containers:
|
||||
storagebase: !type:AllSelector
|
||||
children:
|
||||
- id: Stunbaton
|
||||
- id: Handcuffs
|
||||
|
||||
- type: entity
|
||||
id: ClothingBeltFoamSheathFilled
|
||||
parent: ClothingBeltFoamSheath
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
- type: entity
|
||||
parent: BaseDispenser
|
||||
id: WaterDispenser
|
||||
name: water dispenser
|
||||
description: Wallmount water dispenser.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Structures/Wallmounts/walldispenser.rsi
|
||||
layers:
|
||||
- state: waterdispenser
|
||||
- state: fill-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: fill-
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
tank:
|
||||
maxVol: 5000
|
||||
reagents:
|
||||
- ReagentId: Water
|
||||
Quantity: 5000
|
||||
|
|
@ -145,3 +145,47 @@
|
|||
id: SecurityClothingHandsGlovesFingerless
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesFingerless
|
||||
|
||||
# SecBelt utility
|
||||
|
||||
- type: loadout
|
||||
id: FlashBangLoadout
|
||||
storage:
|
||||
belt:
|
||||
- GrenadeFlashBang
|
||||
|
||||
- type: loadout
|
||||
id: TearGasLoadout
|
||||
storage:
|
||||
belt:
|
||||
- TearGasGrenade
|
||||
|
||||
- type: loadout
|
||||
id: SecHoloProjectorLoadout
|
||||
storage:
|
||||
belt:
|
||||
- HoloprojectorSecurity
|
||||
|
||||
- type: loadout
|
||||
id: StingerGrenadeLoadout
|
||||
storage:
|
||||
belt:
|
||||
- GrenadeStinger
|
||||
|
||||
- type: loadout
|
||||
id: RadioHandheldSecurityLoadout
|
||||
storage:
|
||||
belt:
|
||||
- RadioHandheldSecurity
|
||||
|
||||
- type: loadout
|
||||
id: HandcuffsLoadout
|
||||
storage:
|
||||
belt:
|
||||
- Handcuffs
|
||||
|
||||
- type: loadout
|
||||
id: SecLiteLoadout
|
||||
storage:
|
||||
belt:
|
||||
- FlashlightSeclite
|
||||
|
|
|
|||
|
|
@ -414,6 +414,21 @@
|
|||
- SecurityFirearmSpeedLoaderSpecialRubber
|
||||
- SecurityFirearmSpeedLoaderSpecial
|
||||
|
||||
## Security utility
|
||||
- type: loadoutGroup
|
||||
id: SecurityUtility
|
||||
name: security-utility
|
||||
minLimit: 0
|
||||
maxLimit: 4
|
||||
loadouts:
|
||||
- FlashBangLoadout
|
||||
- TearGasLoadout
|
||||
- StingerGrenadeLoadout
|
||||
- RadioHandheldSecurityLoadout
|
||||
- SecHoloProjectorLoadout
|
||||
- HandcuffsLoadout
|
||||
- SecLiteLoadout
|
||||
|
||||
## Security Gloves
|
||||
- type: loadoutGroup
|
||||
id: SecurityGloves
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 568 B |
Binary file not shown.
|
After Width: | Height: | Size: 595 B |
Binary file not shown.
|
After Width: | Height: | Size: 599 B |
Binary file not shown.
|
After Width: | Height: | Size: 619 B |
Binary file not shown.
|
After Width: | Height: | Size: 649 B |
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modifications made by [scrivoy], Dispenser originally taken from paradise at https://github.com/ParadiseSS13/Paradise/commit/846ce475b2258a4336d8895f07f2c0f4053963bc, waterdispenser by @Stxcking (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "waterdispenser"
|
||||
},
|
||||
{
|
||||
"name": "fill-1"
|
||||
},
|
||||
{
|
||||
"name": "fill-2"
|
||||
},
|
||||
{
|
||||
"name": "fill-3"
|
||||
},
|
||||
{
|
||||
"name": "fill-4"
|
||||
},
|
||||
{
|
||||
"name": "fill-5"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 737 B |
|
|
@ -83,6 +83,11 @@
|
|||
copyright: "Created by Rose, Unicorn on LSD for Delta V. Additional maintenance/alterations by Vape."
|
||||
source: "https://github.com/DeltaV-Station/Delta-v/pull/704"
|
||||
|
||||
- files: ["summit.yml"]
|
||||
license: "CC-BY-NC-SA-4.0"
|
||||
copyright: "Created by Vlacc for Delta V"
|
||||
source: "https://github.com/DeltaV-Station/Delta-v/pull/5778"
|
||||
|
||||
- files: ["terra.yml"]
|
||||
license: "CC-BY-NC-SA-4.0"
|
||||
copyright: "Created by Requiem for Delta V"
|
||||
|
|
|
|||
Loading…
Reference in New Issue