Skip to content

Commit

Permalink
God howard 2 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReginaeSpence authored Dec 13, 2024
1 parent 727d87f commit 5b38088
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 156 deletions.
99 changes: 0 additions & 99 deletions Resources/Prototypes/_Nuclear14/Entities/Mobs/GodHoward

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- type: entity
name: God Howard
id: N14GodHoward
parent: N14MobBaseHostile
description: "'It just works'."
components:
- type: Sprite
drawdepth: Mobs
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: howard
sprite: _Nuclear14/Mobs/GodHoward/GodHoward.rsi
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.9
density: 40
mask:
- MobMask
layer:
- MobLayer
- type: MobThresholds
thresholds:
0: alive
100: dead
- type: MeleeWeapon
hidden: true
soundHit:
path: /Audio/Admin/Smites/you_probably_should_upgrade.ogg
angle: 0
animation: WeaponArcFist
damage:
types:
Slash: 35
range: 4
- type: MovementSpeedModifier
baseWalkSpeed: 8
baseSprintSpeed: 8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Made by ReginaeSpence for Nuclear 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "howard",
"directions": 4
},
{
"name": "howard_dead"
},
{
"name": "gib",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
57 changes: 0 additions & 57 deletions Resources/Textures/_Nuclear14/Mobs/meta.json

This file was deleted.

0 comments on commit 5b38088

Please sign in to comment.