Jump to content

Aura - How do I create one?


LordStark
 Share

Recommended Posts

I made a new aura by copying the norse_hero_ivar_the_boneless.json file in data/aura/units/heroes folder of the millennium mod.

I called the new file "master_at_arms_aggression" with the follow code:

Quote

{
    "type": "range",
    "radius": 60,
    "affects": [
        "Unit"
    ],
    "modifications": [
        {
            "value": "Attack/Ranged/Pierce",
            "add": 100
        },
        {
            "value": "Attack/Melee/Hack",
            "add": 100
        },
        {
            "value": "Attack/Capture/Value",
            "add": 1
        }
    ],
    "auraName": "Commander of the Great Heathen Army",
    "auraDescription": "+2 Attack and +1 Capture for all units within his aura.",
    "overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
}
 

I was expecting the "add:100" to create super soldiers for testing purposes but I did not notice any difference with the soldiers who were in range of the aura. I gave the aura ability to my Master at Arms unit using the following code:

Quote

  <Auras datatype="tokens">
    units/heroes/anglo_master_at_arms_aggression
  </Auras>

Any ideas what the problem is?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...