Spell Request - Armor and Strenght?

CuteCumber

Member
Reaction score
4
I am doing a hero skill that adds armor and strength every level permanently. Do this skill need to be triggered? If yes, can anybody show me? Thank you.
 
1

1RingToRule

Guest
armor and strength

From what I am aware of their is no naturally occurring ability that can be modified to add armor and strength....armor and hit points yes, armor and strength not that I am aware of.

So yes, I would probably trigger that one.

Code:
Trigger
    Events
        Unit - A unit Learns a skill
    Conditions
        (Learned Hero Skill) Equal to <Your Skill Name Here>
    Actions
        Hero - Modify Strength of (Learning Hero): Add <Amount of Strength to be added per level>

Hope that helped, :)

-1RingToRule
 

Tukki

is Skeleton Pirate.
Reaction score
29
Code:
Constitution
    Events
        Unit - A unit Learns a skill
    Conditions
        (Learned Hero Skill) Equal to (==) (<YourAbility1>)
    Actions
         If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Level of (<YourAbility2>) for (Learning Hero)) Greater than (>) 0
            Then - Actions
                Unit - Increase level of (<YourAbility2>) for (Learning Hero)
            Else - Actions
                Unit - Add (<YourAbility2>) to (Learning Hero)
Where <YourAbility1> is an ability based of Attribute Bonus, and where <YourAbility2> is based of Item Armor Bonus.

EDIT: 1RingToRule's way will not display additional strength bonus as green characters in-game, but this way requires 2 abilities.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top