Summon: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
}}
}}


If the player's [[casting level]] less than 9, the following creatures are summoned:
The goal of this spell is to summon a {{EntityClass|demon}} to help fight your enemies. However, characters with a [[caster level]] less than 9 are not powerful enough to conjure Demons and instead must settle for the next best thing - a {{EntityClass|chicken}}. Casters of all levels also have a small chance of being surprised by a {{EntityClass|wrat}} or {{EntityClass|y_mx}}.
 
Now take care before casting this spell though as the summoned creature is usually grumpy (Wouldn't you be?) and may choose to attack the caster. If you are greeted by a demon, this isn't a big problem though - you can banish the beast to whatever abyss it calls home simply by canceling the spell. However, that would be a waste of the mana you spent for that summon spell - better cast {{Spell|control demon}} on that sucker to make it ''your'' attack dog.
 
Other summoned creatures cannot be dismissed so easily. If your new minion doesn't like it's new would-be master you might just have to fight it. But then that's what you get for playing with fire. Well, not literally fire - [[Yok|fire spells]] are much less likely to turn on you.
 
=== Details ===
 
If the player's [[caster level]] less than 9, the following creatures are summoned:
{| class="wikitable sortable right_1 center_2 right_3 right_4"
{| class="wikitable sortable right_1 center_2 right_3 right_4"
! Creature
! Creature
Line 38: Line 46:
|}
|}


For players with a spell casting level of 9 or above, the following creatures are summoned:
For players with a spell caster level of 9 or above, the following creatures are summoned:


{| class="wikitable sortable right_1 center_2 right_3 right_4"
{| class="wikitable sortable right_1 center_2 right_3 right_4"
Line 68: Line 76:
The <b>Persistent</b> column indicates if the creature stays summoned when the spell ends or is canceled.
The <b>Persistent</b> column indicates if the creature stays summoned when the spell ends or is canceled.


== Cheats ==
=== Cheats ===


{{SpoilerWarning| This section describes how this spell is affected by cheats.}}
{{SpoilerWarning| This section describes how this spell is affected by cheats.}}
Line 87: Line 95:
  else                            spawn <b>demon</b>;
  else                            spawn <b>demon</b>;


where <code>chance()</code> chooses randomly based on the given chance of success. This gives the following (rounded) probabilities for each entity class depending on the casting level and used cheats:
where <code>chance()</code> chooses randomly based on the given chance of success. This gives the following (rounded) probabilities for each entity class depending on the caster level and used cheats:


{| class="wikitable sortable right_3 right_4 right_5 right_6 right_7"
{| class="wikitable sortable right_3 right_4 right_5 right_6 right_7"
! rowspan=2 | [[Casting level|Level]]
! rowspan=2 | [[Caster level|Level]]
! colspan=3 | Cheats
! colspan=3 | Cheats
! rowspan=2 | {{EntityClass|demon}}
! rowspan=2 | {{EntityClass|demon}}
Line 101: Line 109:
! [[Cheats#RF|RF]]
! [[Cheats#RF|RF]]
|-
|-
! rowspan="8" | 0-8
! rowspan="8" | 1-8
|
|
|
|

Revision as of 06:09, 7 March 2013

Summon spell
Level
9
Mana cost
20 (level 1-8)
80 (level 9+)
Mana drain
1.9/s
Target
Spawn
Cancelable
Time
2000000
Audible

Runes: Aam Rune (create)Vitae Rune (life)Tera Rune (earth) Aam Vitae Tera (create life earth)

Effect

Casting this spell while in stealth mode might alert enemies to your presence.

The goal of this spell is to summon a Demon to help fight your enemies. However, characters with a caster level less than 9 are not powerful enough to conjure Demons and instead must settle for the next best thing - a Chicken. Casters of all levels also have a small chance of being surprised by a Wrat or Ylside (MX).

Now take care before casting this spell though as the summoned creature is usually grumpy (Wouldn't you be?) and may choose to attack the caster. If you are greeted by a demon, this isn't a big problem though - you can banish the beast to whatever abyss it calls home simply by canceling the spell. However, that would be a waste of the mana you spent for that summon spell - better cast Control demon (Movis Rune (movement)Comunicatum Rune (control)) on that sucker to make it your attack dog.

Other summoned creatures cannot be dismissed so easily. If your new minion doesn't like it's new would-be master you might just have to fight it. But then that's what you get for playing with fire. Well, not literally fire - fire spells are much less likely to turn on you.

Details

If the player's caster level less than 9, the following creatures are summoned:

Creature Probability Persistent Scale Speed
Chicken 97.412882%
Wrat 2.287118% 1.65 +1
Ylside (MX) 0.300000%

For players with a spell caster level of 9 or above, the following creatures are summoned:

Creature Probability Persistent Scale Speed
Demon 99.400900%
Ylside (MX) 0.300000%
Wrat 0.299100% 1.65 +1

The Persistent column indicates if the creature stays summoned when the spell ends or is canceled.

Cheats

⚠️
Spoiler warning: This section describes how this spell is affected by cheats.

The probabilities for the spawned creatures are affected by the RF (increases chance of wrats), MAX (increases chance of ylsides) and MR (increases chance of both ylsides and wrats) cheats. Also, a cheat variant with different creature probabilities exists: Mega cheat (Mega Rune (increase)Mega Rune (increase)Mega Rune (increase)Aam Rune (create)Vitae Rune (life)Tera Rune (earth))

The entity class to spawn is chosen according to the following Template:Wp:

     if( is mega cheat         ) choose evenly between y_mx and wrat;
else if(         chance( 0.3%) ) spawn y_mx;
else if( MAX AND chance(20.0%) ) spawn y_mx;
else if( MR  AND chance(70.0%) ) spawn y_mx;
else if(         chance( 0.3%) ) spawn wrat;
else if( RF  AND chance(20.0%) ) spawn wrat;
else if( MR  AND chance(70.0%) ) spawn wrat;
else if( l<9 AND chance( 2.0%) ) spawn wrat;
else if( l<9                   ) spawn chicken;
else                             spawn demon;

where chance() chooses randomly based on the given chance of success. This gives the following (rounded) probabilities for each entity class depending on the caster level and used cheats:

Level Cheats Demon Chicken Ylside (MX) Wrat
MR MAX RF
1-8 97.41% 0.30% 2.29%
RF 77.93% 0.30% 21.77%
MAX 77.93% 20.24% 1.83%
MAX RF 62.34% 20.24% 17.42%
MR 8.77% 70.09% 21.14%
MR RF 7.01% 70.09% 22.90%
MR MAX 7.01% 76.07% 16.92%
MR MAX RF 5.61% 76.07% 18.32%
9+ 99.40% 0.30% 0.30%
RF 79.52% 0.30% 20.18%
MAX 79.52% 20.24% 0.24%
MAX RF 63.62% 20.24% 16.14%
MR 8.95% 70.09% 20.96%
MR RF 7.16% 70.09% 22.75%
MR MAX 7.16% 76.07% 16.77%
MR MAX RF 5.73% 76.07% 18.20%
Mega cheat 50.00% 50.00%