LordStark Posted June 4, 2022 Report 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? Quote Link to comment Share on other sites More sharing options...
Langbart Posted June 4, 2022 Report 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.