Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Behonkers #21003

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions Resources/Prototypes/Body/Prototypes/behonker.yml

This file was deleted.

27 changes: 22 additions & 5 deletions Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,26 @@
- type: GhostTakeoverAvailable
- type: HTN
rootTask:
task: SimpleHostileCompound
task: SimpleRangedHostileCompound
- type: HitscanBatteryAmmoProvider
proto: RedLaser
fireCost: 62.5
- type: Battery
maxCharge: 1000
startingCharge: 1000
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 40
- type: Gun
fireRate: 0.75
useKey: false
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot: /Audio/Weapons/Guns/Gunshots/laser_clown.ogg
- type: SpamEmitSound
sound:
collection: BikeHorn
- type: NpcFactionMember
factions:
- SimpleHostile
Expand Down Expand Up @@ -74,6 +93,8 @@
spawned:
- id: MaterialBananium1
amount: 2
- id: WeaponBehonkerLaser
amount: 1
- type: MeleeWeapon
hidden: true
soundHit:
Expand All @@ -92,10 +113,6 @@
Radiation: 10
- type: Input
context: "human"
- type: Hands
showInHands: false
- type: Body
prototype: Behonker

- type: entity
name: behonker
Expand Down