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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...