Is it posible to mod the reinforcement?

*Points to the title*

is it posible or im i just abit to stupid to find it?

4,297 views 4 replies
Reply #1 Top

You need to override by creating a Mod_Units.bp and entering new values.

eg: To switch Angels to do 90 damage and change targeting priority, this is what I put in my Mod_Units.bp file.

UnitBlueprint {
   BlueprintId = "rangel01",
   Merge = true,
   Weapon = {
       {
       Damage = 90,
    TargetPriorities = {
         'CATAPULTASAURUS',
        'PRIEST',
                'ALLUNITS',
    },
    },
   },
   } 

Also check out this post if you want to do some modding...lots of good stuff in the entire thing.

http://forums.demigodthegame.com/376116

Reply #2 Top

Hey Orion, you still seem to put effort in modding, so I wondered if you're still playing? If yes, what is your nickname?
I discovered this game not so long ago, and it's a shame that many of the guys who have been active in the forums don't play anymore, since most of the seem to express themselves in english eloquently, and show respect for others, both qualities which are not found so often in the in game community nowadays.

 

Reply #3 Top

I haven't played in a couple of months, but will be playing again 1 night soon in March with my gaming group. (I'll make a post about it like I did last time, the more the merrier)