фиксы линтера
|
|
@ -247,12 +247,7 @@
|
|||
whitelist:
|
||||
components:
|
||||
- Stamina
|
||||
stunCharge: 120 #sunrise-start
|
||||
- type: StunProvider
|
||||
noPowerPopup: ninja-no-power
|
||||
whitelist:
|
||||
components:
|
||||
- Stamina #sunrise-end
|
||||
stunCharge: 120 #Sunrise-edit
|
||||
- type: EmagProvider
|
||||
whitelist:
|
||||
components:
|
||||
|
|
|
|||
|
|
@ -299,52 +299,3 @@
|
|||
# steps: 6
|
||||
# zeroVisible: true
|
||||
# - type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: ent-UplinkSubMachineGunUzi-name
|
||||
parent: [BaseWeaponSubMachineGun, BaseRestrictedContraband]
|
||||
id: UplinkSubMachineGunUzi
|
||||
description: ent-UplinkSubMachineGunUzi-name
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/SMGs/uzi.rsi
|
||||
layers:
|
||||
- state: base
|
||||
map: ["enum.GunVisualLayers.Base"]
|
||||
- state: mag-0
|
||||
map: ["enum.GunVisualLayers.Mag"]
|
||||
- type: Gun
|
||||
minAngle: 15
|
||||
maxAngle: 16
|
||||
fireRate: 9
|
||||
soundGunshot:
|
||||
collection: famas # Sunrise-Edit
|
||||
params:
|
||||
volume: 10
|
||||
availableModes:
|
||||
- FullAuto
|
||||
- SemiAuto
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
gun_magazine:
|
||||
name: Magazine
|
||||
startingItem: MagazinePistolSubMachineGun
|
||||
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||
priority: 2
|
||||
whitelist:
|
||||
tags:
|
||||
- MagazinePistolSubMachineGun
|
||||
whitelistFailPopup: gun-magazine-whitelist-fail
|
||||
gun_chamber:
|
||||
name: Chamber
|
||||
startingItem: CartridgePistol
|
||||
priority: 1
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgePistol
|
||||
- type: MagazineVisuals
|
||||
magState: mag
|
||||
steps: 1
|
||||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
|
|
|||
|
|
@ -191,6 +191,12 @@
|
|||
damage:
|
||||
groups:
|
||||
Brute: -1
|
||||
# Sunrise-Start
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Radiation: -0.5
|
||||
# Sunrise-End
|
||||
- !type:ChemVomit
|
||||
probability: 0.04
|
||||
conditions:
|
||||
|
|
@ -1984,4 +1990,4 @@
|
|||
factor: 1
|
||||
- !type:AdjustReagent
|
||||
reagent: Ethanol
|
||||
amount: 0.25
|
||||
amount: 0.25
|
||||
|
|
|
|||
|
|
@ -63,8 +63,6 @@
|
|||
sprite: _Sunrise/Clothing/Uniforms/Costume/bunny.rsi
|
||||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Costume/bunny.rsi
|
||||
# TODO: Remove the line below when the sprite accounts for FemaleMask.
|
||||
femaleMask: NoMask
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformSkirtBase
|
||||
|
|
@ -98,8 +96,6 @@
|
|||
sprite: _Sunrise/Clothing/Uniforms/Costume/rat.rsi
|
||||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Costume/rat.rsi
|
||||
# TODO: Remove the line below when the sprite accounts for FemaleMask.
|
||||
femaleMask: NoMask
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
|
|
@ -111,7 +107,6 @@
|
|||
sprite: _Sunrise/Clothing/Uniforms/Costume/red_dress.rsi
|
||||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Costume/red_dress.rsi
|
||||
femaleMask: NoMask
|
||||
|
||||
## old schoolgirl uniforms
|
||||
|
||||
|
|
@ -318,4 +313,3 @@
|
|||
sprite: _Sunrise/Clothing/Uniforms/Costume/gakuran.rsi
|
||||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Costume/gakuran.rsi
|
||||
femaleMask: NoMask
|
||||
|
|
|
|||
|
|
@ -218,6 +218,17 @@
|
|||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/adidas-white.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpskirtChristmas
|
||||
name: christmas female jumpsuit
|
||||
description: Pretty old stuff for these times, bringing back old memories.....
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitBlackturtleneck
|
||||
|
|
|
|||
|
|
@ -622,3 +622,52 @@
|
|||
steps: 1
|
||||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: Uzi
|
||||
parent: [BaseWeaponSubMachineGun, BaseRestrictedContraband]
|
||||
id: UplinkSubMachineGunUzi
|
||||
description: A compact and reliable submachine gun.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/SMGs/uzi.rsi
|
||||
layers:
|
||||
- state: base
|
||||
map: ["enum.GunVisualLayers.Base"]
|
||||
- state: mag-0
|
||||
map: ["enum.GunVisualLayers.Mag"]
|
||||
- type: Gun
|
||||
minAngle: 15
|
||||
maxAngle: 16
|
||||
fireRate: 9
|
||||
soundGunshot:
|
||||
collection: famas # Sunrise-Edit
|
||||
params:
|
||||
volume: 10
|
||||
availableModes:
|
||||
- FullAuto
|
||||
- SemiAuto
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
gun_magazine:
|
||||
name: Magazine
|
||||
startingItem: MagazinePistolSubMachineGun
|
||||
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||
priority: 2
|
||||
whitelist:
|
||||
tags:
|
||||
- MagazinePistolSubMachineGun
|
||||
whitelistFailPopup: gun-magazine-whitelist-fail
|
||||
gun_chamber:
|
||||
name: Chamber
|
||||
startingItem: CartridgePistol
|
||||
priority: 1
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgePistol
|
||||
- type: MagazineVisuals
|
||||
magState: mag
|
||||
steps: 1
|
||||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
- type: reagent
|
||||
id: Grcoffee
|
||||
name: reagent-name-grcoffee
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-grcoffee
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: coffee
|
||||
color: "#664300"
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:GenericStatusEffect
|
||||
key: Drowsiness
|
||||
time: 2.0
|
||||
type: Remove
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
|
|
@ -15,18 +15,18 @@
|
|||
color: "#3db83b"
|
||||
- type: LitOnPowered
|
||||
- type: Sprite
|
||||
sprite: _Sunrise/Structures/Machines/banks_machine.rsi
|
||||
sprite: _Sunrise/Structures/Machines/atm.rsi
|
||||
layers:
|
||||
- map: ["computerLayerBody"]
|
||||
state: fpi_atm
|
||||
state: base
|
||||
- map: ["computerLayerScreen"]
|
||||
state: screen_fpi
|
||||
state: screen
|
||||
- map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
state: panel
|
||||
visible: false
|
||||
- type: Icon
|
||||
sprite: Structures/Machines/arcade.rsi
|
||||
state: fpi_atm
|
||||
sprite: _Sunrise/Structures/Machines/atm.rsi
|
||||
state: icon
|
||||
- type: WiresPanel
|
||||
- type: Wires
|
||||
layoutId: Jukebox #Power and AIinteract
|
||||
|
|
@ -81,12 +81,12 @@
|
|||
parent: ATMBase
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _Sunrise/Structures/Machines/banks_machine.rsi
|
||||
sprite: _Sunrise/Structures/Machines/atm.rsi
|
||||
layers:
|
||||
- map: ["computerLayerBody"]
|
||||
state: fpi_atm
|
||||
state: base
|
||||
- map: ["computerLayerScreen"]
|
||||
state: screen_fpi
|
||||
state: screen
|
||||
- map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
state: panel
|
||||
visible: false
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
description: An compact Wallmount FPI ATM without self-extermination button.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _Sunrise/Structures/Machines/banks_atm.rsi
|
||||
sprite: _Sunrise/Structures/Machines/wall_atm.rsi
|
||||
layers:
|
||||
- map: ["computerLayerBody"]
|
||||
state: base
|
||||
|
|
@ -192,10 +192,10 @@
|
|||
description: Здесь можно отправить запрошеные товары
|
||||
components:
|
||||
- type: CargoPalletConsole
|
||||
withdrawCash: false
|
||||
cargoSource: Bounty
|
||||
tag: #Предназначается только для отправки заказов
|
||||
bounty: true
|
||||
#withdrawCash: false
|
||||
#cargoSource: Bounty
|
||||
#tag: Предназначается только для отправки заказов
|
||||
#bounty: true
|
||||
- type: Computer
|
||||
board: ComputerBountySaleConsoleCircuitboard
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
|
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
|
Before Width: | Height: | Size: 652 B After Width: | Height: | Size: 652 B |
|
|
@ -11,20 +11,19 @@
|
|||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "fpi_atm",
|
||||
"name": "base",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "atm_broken",
|
||||
"name": "broken",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "screen_fpi",
|
||||
"name": "screen",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "panel",
|
||||
"directions": 4
|
||||
"name": "panel"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 296 B |
|
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |