Summon: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
Line 74: Line 74:
{{SpoilerWarning| This section describes how this spell is affected by cheats.}}
{{SpoilerWarning| This section describes how this spell is affected by cheats.}}


The probabilities for the spawned creatures are affected by the [[Cheats#RF|RF]] (increases chance of wrats), [[Cheats#MR|MR]] (increases chance of both ylsides and wrats) and [[Cheats#MAX|MAX]] (increases chance of ylsides) cheats. Also, a cheat variant with different creature probabilities exists: {{Spell|mega cheat}}
The probabilities for the spawned creatures are affected by the [[Cheats#RF|RF]] (increases chance of wrats), [[Cheats#MAX|MAX]] (increases chance of ylsides) and [[Cheats#MR|MR]] (increases chance of both ylsides and wrats) cheats. Also, a cheat variant with different creature probabilities exists: {{Spell|mega cheat}}
 
The entity class to spawn is chosen according to the following {{wp|pseudocode}}:
 
      if( {{green|is mega cheat}}        ) choose evenly between <b>y_mx</b> and <b>wrat</b>;
else if(        chance({{blue| 0.3%}}) ) spawn <b>y_mx</b>;
else if( {{green|MAX}} AND chance({{blue|20.0%}}) ) spawn <b>y_mx</b>;
else if( {{green|MR}}  AND chance({{blue|70.0%}}) ) spawn <b>y_mx</b>;
else if(        chance({{blue| 0.3%}}) ) spawn <b>wrat</b>;
else if( {{green|RF}}  AND chance({{blue|20.0%}}) ) spawn <b>wrat</b>;
else if( {{green|MR}}  AND chance({{blue|70.0%}}) ) spawn <b>wrat</b>;
else if( {{green|l}}<{{blue|9}} AND chance({{blue| 2.0%}}) ) spawn <b>wrat</b>;
else if( {{green|l}}<{{blue|9}}                  ) spawn <b>chicken</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:


{| 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"

Revision as of 04:52, 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.

Effect

If the player's casting 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 casting 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 casting level and used cheats:

Level Cheats Demon Chicken Ylside (MX) Wrat
MR MAX RF
0-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%