Skip to content

Commit

Permalink
nuh uh (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazelik-null authored Oct 19, 2023
1 parent af340f8 commit cfe74b3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Backmen/Entities/Mobs/NPC/robots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
- type: ExplosionResistance
damageCoefficient: 0.8
- type: BallisticAmmoProvider
proto: BulletCannonBall
proto: BulletRobotBall
capacity: 16
- type: Gun
fireRate: 0.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,3 +844,25 @@
types:
Piercing: 17
#BackmenCultOfFlash-end

- type: entity
id: BulletRobotBall
name: rocket
parent: BaseBulletTrigger
noSpawn: true
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
layers:
- state: ball
- type: ExplodeOnTrigger
- type: Explosive
explosionType: DemolitionCharge
maxIntensity: 9
intensitySlope: 3
totalIntensity: 10
maxTileBreak: 0
- type: PointLight
radius: 1
color: orange
energy: 0.5

0 comments on commit cfe74b3

Please sign in to comment.