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

[data][base-spells] added book burning functionality #6872

Merged
merged 3 commits into from
Jul 23, 2024
Merged
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
17 changes: 17 additions & 0 deletions data/base-spells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ cast_messages:
- A thin layer of frost quickly forms on your .* before just as quickly evaporating.
- A quick gust of wind picks up from out of nowhere and quickly swirls about you.
- Sutures of reddish-black energy delve deep
- Tears of hot regret flow down your eyes

khri_preps:
- Releasing a deep breath, you focus on your ability to survive the
Expand Down Expand Up @@ -2079,6 +2080,22 @@ spell_data:
mana_type: arcane
prep: target
guild: Necromancer
Book Burning:
skill: Utility #Also Targeted Magic
abbrev: BB
mana: 300
recast: 0
# Wear after casting to free up hand
after:
- message: wear torch
matches:
- You toss your spectral torch aside
- You are already wearing that
- Wear what
mana_type: arcane
prep: prepare
ritual: true
guild: Necromancer
Butcher's Eye:
skill: Augmentation
abbrev: BUE
Expand Down
Loading