Skip to content

Commit

Permalink
Minor requested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobbitmax committed Jan 4, 2025
1 parent 8ecff92 commit 4cc97d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
autoRechargePauseTime: 10

- type: entity
name: Overclocked Railgun
name: overclocked railgun
parent: [BaseWeaponBattery, BaseGunWieldable]
id: WeaponRailgun
description: A railgun that fires projectiles at such high speeds that they become lasers!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,62 +235,11 @@
tags:
- CartridgeRifle



- type: entity
name: AKMS
parent: BaseWeaponRifle
id: WeaponRifleAk
description: An iconic weapon of war. Uses .30 rifle ammo.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Rifles/ak.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-0
map: ["enum.GunVisualLayers.Mag"]
- type: Gun
fireRate: 5
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/rifle2.ogg
fireOnDropChance: 0.5
- type: ChamberMagazineAmmoProvider
soundRack:
path: /Audio/Weapons/Guns/Cock/ltrifle_cock.ogg
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazineLightRifle
insertSound: /Audio/Weapons/Guns/MagIn/ltrifle_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/ltrifle_magout.ogg
priority: 2
whitelist:
tags:
- MagazineLightRifle
gun_chamber:
name: Chamber
startingItem: CartridgeLightRifle
priority: 1
whitelist:
tags:
- CartridgeLightRifle
- type: ContainerContainer
containers:
gun_magazine: !type:ContainerSlot
gun_chamber: !type:ContainerSlot
- type: MagazineVisuals
magState: mag
steps: 1
zeroVisible: true
- type: Appearance

- type: entity
name: Viperfang
parent: BaseWeaponRifle
id: WeaponRifleFang
description: An reliable assault rifle, Uses .30 rifle ammo.
description: An reliable assault rifle that uses .30 rifle ammo.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Rifles/viperfang.rsi
Expand Down

0 comments on commit 4cc97d0

Please sign in to comment.