StendhalRefactoringClassMage: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Danter
imported>Danter
Line 51: Line 51:


Extend
Extend
# Extend LV1 - Shoots 2 attacks instead of 1 [EXT_1]
# Extend LV1 - Shoots 2 attacks instead of 1 [EXT1]
# Extend LV2 - Shoots 3 attacks instead of 2 [EXT_2]
# Extend LV2 - Shoots 3 attacks instead of 2 [EXT2]
# ...
# ...


Focus
Focus
# Focus LV1 - Increases the elemental power of the skill [FOC_1]
# Focus LV1 - Increases the elemental power of the skill [FOC1]
# Focus LV2 - Increases the elemental power of the skill [FOC_2]
# Focus LV2 - Increases the elemental power of the skill [FOC2]
# ...
# ...


<pre>
<pre>
|--- [Fire dart Rain] -- FOC_1 -- FOC_2 -- FOC_3
|--- [Fire dart Rain] -- FOC1 -- FOC2 -- FOC3
|
|
|
|
|-- EXT_1 -- EXT_2 -- EXT_3 -- EXT_4 -- EXT_5
|-- EXT1 -- EXT2 -- EXT3 -- EXT4 -- EXT5
|
|
[Fire dart] --|
[Fire dart] --|
|
|
|-- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 --
|-- FOC1 -- FOC2 -- FOC3 -- FOC4 -- FOC5 --
| |
| |
| |-- [Burn] -- FOC_1 -- FOC_2 FOC_3 --|
| |-- [Burn] -- FOC1 -- FOC2 -- FOC3 --|
| |-- [Burning Fire dart]
| |-- [Burning Fire dart]
|-- [Fire bolt] -- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 ---|
|-- [Fire bolt] -- FOC1 -- FOC2 -- FOC3 -- FOC4 -- FOC5 -----|
</pre>
</pre>




Burning Focus
Burning Focus
# Burning Focus LV1 - Increases the elemental burn power of the skill, dealing a stronger status effect [BFOC_1]
# Burning Focus LV1 - Increases the elemental burn power of the skill, dealing a stronger status effect [BFOC1]
# Burning Focus LV2 - Increases the elemental burn power of the skill, dealing a stronger status effect [BFOC_1]
# Burning Focus LV2 - Increases the elemental burn power of the skill, dealing a stronger status effect [BFOC1]
# ...
# ...


Dart Extend
Dart Extend
# Extend LV1 - Shoots 2 attacks instead of 1, only dealing more damage at the attack moment [DEXT_1]
# Extend LV1 - Shoots 2 attacks instead of 1, only dealing more damage at the attack moment [DEXT1]
# Extend LV2 - Shoots 3 attacks instead of 2, only dealing more damage at the attack moment [DEXT_2]
# Extend LV2 - Shoots 3 attacks instead of 2, only dealing more damage at the attack moment [DEXT2]
# ...
# ...


Dart Focus
Dart Focus
# Focus LV1 - Increases the elemental power of the skill, only dealing more damage at the attack moment [DFOC_1]
# Focus LV1 - Increases the elemental power of the skill, only dealing more damage at the attack moment [DFOC1]
# Focus LV2 - Increases the elemental power of the skill, only dealing more damage at the attack moment [DFOC_2]
# Focus LV2 - Increases the elemental power of the skill, only dealing more damage at the attack moment [DFOC2]
# ...
# ...