Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon authored Dec 12, 2024
1 parent 820b53e commit 5281a5c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/Species/lamia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
id: LamiaInitialSegment
save: false
noSpawn: true
components:
- type: Damageable
- type: StandingState
- type: Clickable
- type: InteractionOutline
- type: PsionicInsulation #Not a brain, target the lamia instead
- type: Physics
bodyType: KinematicController
- type: Fixtures
fixtures: # TODO: This needs a second fixture just for mob collisions.
fix1:
shape:
!type:PhysShapeCircle
radius: 0.25
density: 80
restitution: 0.0
mask:
- MobMask
layer:
- MobLayer
- type: Transform
anchored: false
- type: Tag
tags:
- HideContextMenu
- type: RequireProjectileTarget
active: True

- type: entity
id: LamiaSegment
save: false
parent: LamiaInitialSegment
name: lamia segment
noSpawn: true
description: A tail segment, hopefully attached to a lamia.
components:
- type: Sprite
- type: Tag
tags:
- HideContextMenu
- DoorBumpOpener

0 comments on commit 5281a5c

Please sign in to comment.