Skip to content

Commit

Permalink
Update Resources/Prototypes/Floof/Entities/Objects/Weapons/guns.yml
Browse files Browse the repository at this point in the history
Co-authored-by: FoxxoTrystan <[email protected]>
  • Loading branch information
fenndragon and FoxxoTrystan authored Dec 21, 2024
1 parent 6260d8a commit 364d852
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions Resources/Prototypes/Floof/Entities/Objects/Weapons/guns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,17 @@
# - type: Appearance

- type: entity
name: Borg mk 58
name: mk 58
parent: BaseWeaponBatterySmall
suffix: Robot, energy based
id: WeaponborgPistolMk58
description: This is an antique laser pistol. All craftsmanship is of the highest quality. It is decorated with assistant leather and chrome. The object menaces with spikes of energy.
description: A cheap, ubiquitous sidearm, produced by a NanoTrasen subsidiary. Uses .35 auto ammo.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- type: Clothing
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
- type: Gun
fireRate: 5
availableModes:
Expand All @@ -69,21 +68,11 @@
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg
fireOnDropChance: 0.5
- type: ProjectileBatteryAmmoProvider
proto: BulletKineticShuttle
proto: BulletPistol
fireCost: 100
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 40
autoRechargeRate: 30
- type: Battery
maxCharge: 1000
startingCharge: 1000
- type: Appearance
- type: Tag
tags:
- HighRiskItem
- Sidearm
- WeaponAntiqueLaser
- type: StaticPrice
price: 750
- type: StealTarget
stealGroup: WeaponAntiqueLaser

0 comments on commit 364d852

Please sign in to comment.