LordStark Posted June 4, 2022 Share Posted June 4, 2022 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 More sharing options...
Langbart Posted June 4, 2022 Share Posted June 4, 2022 Try by adding damage e.g. { "value": "Attack/Ranged/Damage/Pierce", "add": 100 } Ref: D1950 - Create "Damage"-container for damage types in templates (3/Jun/19) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now