Draft:Two Worlds:Summon Soul Defender: Difference between revisions
Jump to navigation
Jump to search
Fandom Two Worlds>Phicr (Add information about how to improve the card's effects, improve accuracy for "additional mana" field, add mana cost formula) |
Fandom Two Worlds>Phicr (update the *card parameters to *effect) |
||
Line 4: | Line 4: | ||
|image=[[File:Magic_Summon Soul Defender.png]] | |image=[[File:Magic_Summon Soul Defender.png]] | ||
|magiccircle=4 | |magiccircle=4 | ||
| | |firsteffect=Level 20 Soul Defender | ||
|firstduration=300 | |firstduration=300 | ||
|firstmana=685 | |firstmana=685 | ||
| | |secondeffect= | ||
|secondduration=310 | |secondduration=310 | ||
|secondmana=742 | |secondmana=742 | ||
| | |additionaleffect= | ||
|additionalduration=+10 | |additionalduration=+10 | ||
|additionalmana=+ 400/7 ≈ 57.142 | |additionalmana=+ 400/7 ≈ 57.142 |
Revision as of 18:49, 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.