Skip to content

Commit

Permalink
Moar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoktorZ committed Dec 16, 2024
1 parent d2f4770 commit 712ff7b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/_Nuclear14/Entities/Mobs/NPCs/ghouls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
animation: WeaponArcFist
damage:
types:
Brute: 10
Slash: 3
range: 2.5
Brute: 15
Slash: 15
range: 5
- type: Sprite
drawdepth: Mobs
layers:
Expand All @@ -109,8 +109,8 @@
# movement:
# state: sleeping
- type: MovementSpeedModifier
baseWalkSpeed : 4
baseSprintSpeed : 4
baseWalkSpeed : 5
baseSprintSpeed : 5
- type: Fixtures
fixtures:
fix1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,10 @@
- SemiAuto
- type: Appearance
- type: MultiHandedItem
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: HeldSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75
- type: FollowDistance
backStrength: 6

Expand Down Expand Up @@ -903,8 +904,9 @@
- FullAuto
- type: Appearance
- type: MultiHandedItem
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: HeldSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75
- type: FollowDistance
backStrength: 6
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@
id: N14WeaponMinigun
description: An extremely heavy minigun with 3 barrels, it uses 5mm ammo. # TODO: Need to create projectiles, magazines and boxes for 5.56.
components:
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: HeldSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75

- type: entity
name: avenger minigun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
- type: FollowDistance
backStrength: 3
- type: HeldSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
walkModifier: 0.75
sprintModifier: 0.75

- type: entity
name: .50 NCR rifle
Expand Down Expand Up @@ -359,11 +359,11 @@
angleIncrease: 4
angleDecay: 16
fireRate: 1.2
soundGunshot:
collection: N14AntiMaterielGunshot
- type: HeldSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75
soundGunshot:
collection: N14AntiMaterielGunshot
- type: FollowDistance
backStrength: 3

Expand Down

0 comments on commit 712ff7b

Please sign in to comment.