Подготовил Шахтёра для ввода в раунд (#3193)

This commit is contained in:
KaiserMaus 2025-09-11 17:30:56 +01:00 committed by GitHub
parent 773492144d
commit bbfe891069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 73 additions and 7 deletions

View file

@ -52,7 +52,7 @@ ent-NtrLeadGuardPDA = КПК командира ИСН
.desc = { ent-BasePDA.desc }
ent-MailCarrierPDA = КПК почтальона
.desc = { ent-BasePDA.desc }
ent-MiningPDA = mining PDA
ent-MiningPDA = КПК шахтёра
.desc = В каждой трещине грязь.
ent-BlueShieldPDA = КПК офицера «Синий щит»
.desc = { ent-BasePDA.desc }

View file

@ -7,7 +7,7 @@ ent-LockerPilot = шкаф Пилота
ent-GunSafeIonRifle = оружейный сейф с ионной пушкой
.suffix = Ионная пушка
.desc = { ent-GunSafe.desc }
ent-ClosetPatologoanatom = Шкаф патологоанатома
ent-ClosetPatologoanatom = шкафчик патологоанатома
.desc = У каждого свои скелеты в шкафу... у него буквально.
.suffix = Пусто
ent-ClosetPatologoanatomFilled = { ent-ClosetPatologoanatom }
@ -18,3 +18,9 @@ ent-LockerBlueshield = шкаф офицера «Синий щит»
ent-GunSafeRPGNanotrasen = оружейный сейф с РПГ-7
.suffix = РПГ
.desc = { ent-GunSafe.desc }
ent-LockerMiningSpecialist = снаряжение специалиста по добыче руды
.desc = Налей во флягу мужественного дворфа да сумку для руды не забудь. Камни и сокровища!
.suffix = Пусто
ent-LockerMiningSpecialistFilled = { ent-LockerMiningSpecialist }
.desc = { ent-LockerMiningSpecialist.desc }
.suffix = Заполнен

View file

@ -40,6 +40,7 @@
- Ntrep # Sunrise-edit
- Barber # Sunrise-edit
- Mail # Sunrise-edit
- Mining # Sunrise-edit
- CargoPurchaseAccess # Sunrise-edit
- ResearchConsoleAccess # Sunrise-edit

View file

@ -5,6 +5,7 @@
description: A robust bag for salvage specialists and miners alike to carry large amounts of ore. Magnetises any nearby ores when attached to a belt.
components:
- type: MagnetPickup
range: 3.75 # Sunrise-add
- type: Sprite
sprite: Objects/Specific/Mining/ore_bag.rsi
state: icon

View file

@ -1,6 +1,6 @@
- type: entity
id: EnergyPickaxe
parent: EnergySword # Has a reflect chance
parent: [ BaseCargoContraband, EnergySword] # Has a reflect chance
name: holopickaxe
description: A holographic mining tool with blades comprised of hard light. Doesn't pack the same punch as an energy weapon, but more compact than most mining tools when turned off.
components:
@ -9,6 +9,8 @@
activatedShape:
- 0,0,2,0
- 1,1,1,2
- type: MeleeWeapon
attackRate: 1.5
- type: ItemToggleMeleeWeapon
activatedDamage:
types:
@ -45,7 +47,7 @@
- state: inhand-right-blade
shader: unshaded
- type: Reflect
reflectProb: 0.05
reflectProb: 0.1
- type: Tag
tags:
- Pickaxe

View file

@ -120,3 +120,49 @@
- id: RubberStampPath
- id: ClothingOuterHospitalGown
amount: 2
- type: entity
id: LockerMiningSpecialist
parent: LockerBaseSecure
suffix: Empty
name: mining specialist's equipment
description: Nevermind the pickaxe.
components:
- type: Appearance
- type: Sprite
sprite: _Sunrise/Structures/Storage/closet.rsi
- type: EntityStorageVisuals
stateBaseClosed: mining
stateDoorOpen: mining_open
stateDoorClosed: mining_door
- type: AccessReader
access: [["Mining"]]
alertAccesses:
red: RedAlertAccesses
blue: BlueAlertAccessesHOS
gamma: GammaAlertAccesses
- type: entity
id: LockerMiningSpecialistFilled
parent: LockerMiningSpecialist
suffix: Filled, Hardsuit
name: mining specialist's equipment
description: Nevermind the pickaxe.
components:
- type: StorageFill
contents:
- id: ClothingOuterHardsuitSalvage
- id: ToolboxMechanicalFilledAllTools
- id: ClothingMaskGasExplorer
- id: AirTankFilled
- id: RadioHandheld
- id: OreBag
- id: Nanopaste
- id: WeaponProtoKineticAccelerator
- id: HandHeldMassScanner
- id: PKAUpgradeRange
prob: 0.1
- id: PKAUpgradeFireRate
prob: 0.1
- id: PKAUpgradeDamage
prob: 0.1

View file

@ -26,9 +26,10 @@
jumpsuit: ClothingUniformJumpsuitMiningSpecialist
id: MiningPDA
ears: ClothingHeadsetMining
storage:
back:
- EnergyPickaxe # Временно.
belt: OreBag
head: ClothingHeadHatHardhatYellowDark
pocket1: MineralScannerUnpowered
pocket2: EnergyPickaxe
- type: chameleonOutfit
id: MiningSpecialistChameleonOutfit

View file

@ -63,6 +63,15 @@
},
{
"name": "pilot_open"
},
{
"name": "mining_open"
},
{
"name": "mining"
},
{
"name": "mining_door"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B