правочки

This commit is contained in:
BIGZi0348
2024-11-30 20:33:03 +03:00
parent 3d9593f9a4
commit e9c4e561e8
6 changed files with 31 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
- type: entity
name: china lake
parent: [BaseWeaponLauncher, BaseGunWieldable]
parent: BaseWeaponLauncher # WD removed BaseGunWieldable
id: WeaponLauncherChinaLake
description: PLOOP
components:
@@ -57,6 +57,8 @@
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/grenade_launcher.ogg
minAngle: 10 # WD
maxAngle: 10 # WD
- type: BallisticAmmoProvider
whitelist:
tags:

View File

@@ -764,6 +764,9 @@
- type: ActiveTimerTrigger
timeRemaining: 0.3
- type: DeleteOnTrigger
- type: SoundOnTrigger # WD
sound:
path: "/Audio/Effects/flash_bang.ogg"
# This is supposed to spawn shrapnel and stuff so uhh... TODO?
- type: entity

View File

@@ -9,6 +9,9 @@
layers:
- state: icon
map: ["enum.GunVisualLayers.Base"]
- state: shinano
visible: false
map: [ "enum.ModuleVisualState.ShutterModule" ]
- type: Item
sprite: White/Objects/Weapons/Guns/Launchers/shinano-inhands.rsi
size: Large
@@ -16,6 +19,7 @@
- 0,0,2,1
- type: Clothing
sprite: White/Objects/Weapons/Guns/Launchers/shinano-inhands.rsi
quickEquip: false
slots:
- Back
- suitStorage
@@ -44,11 +48,22 @@
name: Shutter Module
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
priority: 1
priority: 4
whitelist:
tags:
- BaseShutterModule
- type: ContainerContainer
containers:
shutter_module: !type:ContainerSlot
ballistic-ammo: !type:Container
ents: []
- type: Appearance
- type: EmitSoundOnPickup
sound:
collection: RiflesPickUp
- type: EmitSoundOnDrop
sound:
collection: RiflesDrop
- type: EmitSoundOnLand
sound:
collection: RiflesDrop

View File

@@ -41,13 +41,16 @@
- state: grenade
- type: FlashOnTrigger
range: 6
stunTime: 3 # WD
knockdownTime: 10 # WD
stunTime: 3
knockdownTime: 10
- type: SpawnOnTrigger
proto: GrenadeFlashEffect
- type: ActiveTimerTrigger
timeRemaining: 0.6
- type: DeleteOnTrigger
- type: SoundOnTrigger
sound:
path: "/Audio/Effects/flash_bang.ogg"
- type: entity
parent: BaseBulletShinanoGranade

View File

@@ -12,6 +12,9 @@
},
{
"name": "bolt-open"
},
{
"name": "shinano"
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B