StendhalRefactoringClassMage: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Danter
imported>Danter
Line 60: Line 60:
# ...
# ...


Burning Focus
# Burning Focus LV1 - 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 [BFOC_1]
# ...

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

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


<pre>
<pre>
|---Fire Dart Rain -- FOC_1 -- FOC_2 -- FOC_3
|--- [Fire dart Rain] -- FOC_1 -- FOC_2 -- FOC_3
|
|
|
|
|-- EXT_1 -- EXT_2 -- EXT_3 -- EXT_4 -- EXT_5
|-- EXT_1 -- EXT_2 -- EXT_3 -- EXT_4 -- EXT_5
|
|
Fire dart --|
[Fire dart] --|
|
|
|-- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 --
|-- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 --
| |
| |
| |-- Burn -- FOC_1 -- FOC_2 FOC_3 --|
| |-- [Burn] -- FOC_1 -- FOC_2 FOC_3 --|
| |-- Burning Fire bolt
| |-- [Burning Fire dart]
|-- Fire bolt -- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 ---|
|-- [Fire bolt] -- FOC_1 -- FOC_2 -- FOC_3 -- FOC_4 -- FOC_5 ---|




|-- BFOC_1 -- BFOC_2 -- BFOC_3
|
[Burning Fire Dart] --|-- DEXT_1 -- DEXT_2 -- DEXT_3
|
|-- DFOC_1 -- DFOC_2 -- DFOC_3

</pre>
</pre>