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

Divine level 5 spell fixes #54

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

lambda-dom
Copy link
Contributor

Divine Level 5 spells.

  1. Animal Summoning V: summoning eff power 8 -> 0.
  2. Cure Mortal Wounds: add remove intoxicated icon opcode since the spell also cures intoxication.
  3. Raise Dead: Use Eff targeted on Ghoul_Reveant calls non-existent d0mummy.eff; removed.

note(s):

  • Maybe, and here I am just guessing, the idea was to make these critters unable to be resurrected?
  1. True Seeing: immunity to blindness lacks the appropriate protection from icon and string opcodes. resist_dispel on the opcodes is also inconsistent: some are not dispellable, others like the delayed cast spell and aesthetic opcodes are, which makes no sense. Lacks protection from obscuring mist.
  2. Chaotic Commands: first header lacks 8 opcodes that the other headers have. Several protection against string opcodes missing.
  3. Greater Command: play visual effect power 1 -> 5. Play sound lacks a save and has wrong duration. Delayed cast spell opcode has wrong duration 9 -> 6. It casts sppr512b instead of the correct sppr512a (= one less round).
  4. Mass Cure: add remove intoxicated icon opcode since the spell also cures intoxication.
  5. Repulsion: one of the cast spell opcodes power 3 -> 5. Aux spell sppr515d play visual opcode 215 power 2 -> 5.
  6. Insect Plague: mention in description that on a failed save vs. poison the victim panics for the round.
  7. Mass Regeneration: power of opcodes 0 -> 5. Resist_dispel 0 -> 3. Add Display String "Regenerating".
  8. Animal growth: Use EFF opcode calls wrong eff. Aux spell dvpr525d has undocumented strength and constitution bonuses opcodes, with wrong duration to boot. Deleted. If the strength bonuses are to be kept then they must be documented; the constitution bonus does not make sense though, because the hps are already being raised.

A. Other.

  1. delete spwi507.spl copy (Hold Monster) that landed on sppr5## and is not used anywhere.

@BartyMae
Copy link
Contributor

BartyMae commented Sep 2, 2021

Raise Dead: Use Eff targeted on Ghoul_Reveant calls non-existent d0mummy.eff; removed.

Likely something to do with d0 Tweaks or Quest Pack, but I have no idea what for specifically.

@lambda-dom lambda-dom merged commit 85995c3 into Gibberlings3:master Sep 14, 2021
@lambda-dom lambda-dom deleted the divine_level5_fixes branch September 14, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants