Without giving movement speed it's still an easily castable form that
provides a lot of early damage and evasion. The movement speed made it
much stronger by also being a reliable escape, and was problematic in
some of the same ways as old Swiftness.
%%%%
Spider Form spell
-This spell temporarily transforms the caster into a swift, venomous (but
-poison-susceptible), spider-like creature. Spellcasting is slightly more
+This spell temporarily transforms the caster into a venomous (but
+poison-susceptible) spider-like creature. Spellcasting is slightly more
difficult in this form.
%%%%
Spit Acid spell
int mv = 10;
// transformations
- if (you.form == TRAN_SPIDER)
- mv = 8;
- else if (you.form == TRAN_BAT)
+ if (you.form == TRAN_BAT)
mv = 5; // but allowed minimum is six
else if (you.form == TRAN_PIG)
mv = 7;