![]() |
#11 |
Adept
Join Date: May 2007
Posts: 170
![]() |
And Half-Troll combined with Bear Form will be a great combo...
|
![]() |
![]() |
![]() |
#12 |
Veteran
Join Date: Oct 2019
Posts: 1,004
![]() |
|
![]() |
![]() |
![]() |
#13 |
Veteran
Join Date: Oct 2019
Posts: 1,004
![]() |
The extra strength is awesome for Fox Form. I don't think I've ever played a character with worse archery or lower primary casting stat, though.
|
![]() |
![]() |
![]() |
#14 |
Adept
Join Date: Jul 2019
Location: Seattle, WA USA
Posts: 148
![]() |
|
![]() |
![]() |
![]() |
#15 | |
Knight
Join Date: Oct 2016
Location: Finland
Posts: 500
![]() |
Quote:
I believe those stack but not sure. You can test it yourself easily, however. Cast Fox Form with the Worm boots on your feet and see if you can take 2 steps without standard turn count moving at all. |
|
![]() |
![]() |
![]() |
#16 |
Prophet
Join Date: Dec 2009
Posts: 9,022
![]() |
|
![]() |
![]() |
![]() |
#17 |
Veteran
Join Date: Oct 2019
Posts: 1,004
![]() |
Did a little research into what "more effective against animals" means. It's definitely 50% more effective, but does that mean duration and duration only?
from project-mon.c Code:
if (context->charm && rf_has(context->mon->race->flags, RF_ANIMAL)) { context->dam += context->dam / 2; } |
![]() |
![]() |
![]() |
#18 | |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,463
Donated: $60
![]() ![]() |
Quote:
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
|
![]() |
![]() |
![]() |
#19 |
Veteran
Join Date: Oct 2019
Posts: 1,004
![]() |
Great! While I'm on a roll, can someone verify my conclusions about Lightning Strike?
The sound part of lightning strike causes stunning one time in three. Its duration is adjust_radius(context, 5 + randint1(10)). adjust_radius returns (amount + context->r) / (context->r + 1); So, at the center (radius=0) it lasts 5+1d10. And at the edge (radius=3) it lasts (8+1d10)/4. The difference between "strike" and "ball" appears to be purely cosmetic. The sound damage is likewise decreased by adjust_radius - a hair more damage than 1, 1/2, 1/3, 1/4th as you go from radius 0 to 3. The lighting damage seems very straightforward and has no status effects or radius. |
![]() |
![]() |
![]() |
#20 | |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,463
Donated: $60
![]() ![]() |
Quote:
The difference between strike and ball is to do solely with how their projection path is calculated, not the damage or other effects when they explode.
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comp 227 | Gwarl | Competition | 17 | December 21, 2019 05:41 |
Comp 204 | debo | Competition | 17 | May 12, 2017 03:45 |
Comp 203 | debo | Competition | 14 | April 17, 2017 17:11 |
Comp 202 | debo | Competition | 43 | March 21, 2017 15:16 |
Comp 201 | debo | Competition | 7 | February 22, 2017 08:00 |