* - fix: Fix teleport scroll.

* - add: Spell book.

* - add: Smite scroll & update shuttle.

* - tweak: Tweak cost.
This commit is contained in:
Aviu00
2024-06-10 10:57:32 +00:00
committed by GitHub
parent d8e71e4926
commit 01511adbb2
24 changed files with 650 additions and 328 deletions

View File

@@ -4,12 +4,11 @@
description: This spell opens nearby doors.
noSpawn: true
components:
- type: Magic
requiresClothes: false
- type: InstantAction
useDelay: 8
itemIconStyle: BigAction
checkCanInteract: false
alwaysPlaySound: false
icon:
sprite: Objects/Magic/magicactions.rsi
state: knock

View File

@@ -1,9 +1,11 @@
- type: entity
- type: entity
id: ActionSmite
name: Smite
description: Instantly gibs a target.
noSpawn: true
components:
- type: Magic
requiresClothes: true
- type: EntityTargetAction
useDelay: 60
itemIconStyle: BigAction
@@ -12,6 +14,7 @@
- Body
canTargetSelf: false
interactOnMiss: false
alwaysPlaySound: false
sound: !type:SoundPathSpecifier
path: /Audio/Magic/disintegrate.ogg
icon:

View File

@@ -217,6 +217,9 @@
noSpawn: true
components:
- type: EntityTargetAction
whitelist:
components:
- HumanoidAppearance
canTargetSelf: false
range: 3
useDelay: 60
@@ -233,6 +236,9 @@
noSpawn: true
components:
- type: EntityTargetAction
whitelist:
components:
- HumanoidAppearance
canTargetSelf: false
range: 3
useDelay: 30
@@ -249,6 +255,9 @@
noSpawn: true
components:
- type: EntityTargetAction
whitelist:
components:
- HumanoidAppearance
canTargetSelf: false
range: 3
useDelay: 30
@@ -278,8 +287,6 @@
name: Teleport
noSpawn: true
components:
- type: Magic
requiresClothes: true
- type: InstantAction
checkCanInteract: false
useDelay: 60