+- type: entity
+ name: bang hitscan 1dmg
+ parent: BaseWeaponBatterySmall
+ id: WeaponHitscanDebug
+ description: pew pew!
+ suffix: DEBUG
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/Pistols/debug.rsi
+ state: icon
+ - type: Clothing
+ sprite: Objects/Weapons/Guns/Pistols/debug.rsi
+ - type: Gun
+ fireRate: 10
+ availableModes:
+ - SemiAuto
+ - FullAuto
+ - type: BatteryAmmoProvider
+ proto: DebugLaser
+ fireCost: 1
+ - type: PredictedBatterySelfRecharger
+ autoRechargeRate: 1000
+
+- type: entity
+ name: bang hitscan gibber
+ parent: WeaponHitscanDebug
+ id: WeaponHitscanDebugGib
+ components:
+ - type: BatteryAmmoProvider
+ proto: DebugLaserGib
+
- type: entity
name: bang, ded
parent: BaseWeaponPistol
impactFlash:
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
state: impact_beam_heavy2
+
+- type: entity
+ parent: BasicHitscan
+ id: DebugLaser
+ suffix: DEBUG
+ categories: [ HideSpawnMenu ]
+ components:
+ - type: HitscanBasicDamage
+ damage:
+ types:
+ Heat: 1
+ - type: HitscanBasicVisuals
+ muzzleFlash:
+ sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
+ state: muzzle_debug
+ travelFlash:
+ sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
+ state: debug
+ impactFlash:
+ sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
+ state: impact_debug
+
+- type: entity
+ parent: DebugLaser
+ id: DebugLaserGib
+ suffix: DEBUG
+ categories: [ HideSpawnMenu ]
+ components:
+ - type: HitscanBasicDamage
+ damage:
+ types:
+ Blunt: 20000
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken and modified from cev-eris at https://github.com/discordia-space/CEV-Eris/tree/7ff8f28ea4de734f3cc3cb70f2d4e4b4263a988d",
+ "copyright": "Taken and modified from cev-eris at https://github.com/discordia-space/CEV-Eris/tree/7ff8f28ea4de734f3cc3cb70f2d4e4b4263a988d, debug sprites by slarticodefast(GitHub)",
"size": {
"x": 32,
"y": 32
{
"name": "bolt"
},
+ {
+ "name": "muzzle_debug"
+ },
+ {
+ "name": "debug"
+ },
+ {
+ "name": "impact_debug"
+ },
{
"name": "muzzle_bullet"
},