Draft:Two Worlds:Summon Soul Defender: Difference between revisions
Jump to navigation
Jump to search
Fandom Two Worlds>Phicr (update the *card parameters to *effect) |
Fandom Two Worlds>Phicr (Update duration to start from level 1) |
||
Line 5: | Line 5: | ||
|magiccircle=4 | |magiccircle=4 | ||
|firsteffect=Level 20 Soul Defender | |firsteffect=Level 20 Soul Defender | ||
|firstduration= | |firstduration=250 | ||
|firstmana= | |firstmana=457 | ||
|secondeffect= | |secondeffect= | ||
|secondduration= | |secondduration=260 | ||
|secondmana= | |secondmana=457 | ||
|additionaleffect= | |additionaleffect= | ||
|additionalduration=+10 | |additionalduration=+10 |
Revision as of 20:53, January 20, 2021
Template:ItemInfoBoxSummon Soul Defender is an air spell that summons a level 20 Soul Defender NPC to aid the player. By stacking more cards or adding skill points to the Air Magic skill, the spell will gain duration in exchange for a higher mana cost. The Soul Defender's level can be increased by using Summon Boosters.
At level 10 Air Magic, one card's duration is 4 minutes and 10 seconds; for every level and additional card, the duration is increased by 10 seconds. The mana cost can be calculated with the formula:<syntaxhighlight lang="julia"> floor(400 + 400/7 + max(0, level - 11) * 400/7) </syntaxhighlight>For more information on this formula, see the Mana Cost page.