Page 3 of 3

Re: Praetorian Legionarre IMPLEMENTED

Posted: Wed Sep 04, 2019 7:04 pm
by StormSaint373
What are your thoughts? @Stratego (dev) ?

Re: Praetorian Legionarre

Posted: Wed Sep 04, 2019 7:43 pm
by Stratego (dev)
seems good! if i had a json i would put it in already :)

Re: Praetorian Legionarre

Posted: Wed Sep 04, 2019 8:04 pm
by Endru1241
For now I added him throw Taiaha, as I would need to do some research to know, how to make such effect json.

Re: Praetorian Legionarre

Posted: Thu Sep 05, 2019 8:48 am
by Stratego (dev)
thanks! it is in in net update!

Re: Praetorian Legionarre IMPLEMENTED

Posted: Fri Sep 06, 2019 10:44 pm
by Endru1241
Managed to make him ability - spell spear image is from AoF, made changes to graphics json (copied from AoF) to add sprite and texture of this spear.
effect_instant_throw_pilum.json is spell pretorian uses and effect_8hp_arrow.json is tech making units loose hp (id copied from AoF).
Thropwing pilum bypasses spell resistance but is reduced by piercing armor, range is 3 and cooldown 1.

Re: Praetorian Legionarre IMPLEMENTED

Posted: Sat Sep 07, 2019 9:20 am
by Stratego (dev)
thanks! it is in - use these jsons if anything else modified

Re: Praetorian Legionarre IMPLEMENTED

Posted: Sat Sep 07, 2019 10:24 am
by Stratego (dev)
- EFFECT_8_HP_ARROW is non existant, this case we need to make a new "unit" json for his effect

also in graphics you can pack sprites with textures in same definition like this:

Code: Select all

		{			
			"idString":"SPRITE_ACTION_SPEAR",
			"addRotation": 0.01f,
			"onLayer":"HIGHLIGHT",			
			"texture": { 
                         "idString": "TEXTURE_ACTION_SPEAR",
				"imgName":"projectiles/spear.png",
				"imgColumns":1,
				"withColoring":"true"
			}
		}
here are assets for this:


also i put the spear under the "projectiles" in gfx folder (without 32_ prefix)

Re: Praetorian Legionarre IMPLEMENTED

Posted: Fri Sep 20, 2019 4:49 am
by Stratego (dev)
I have received this comment, Can someone modify accordingly (if you fint truth in suggestion)


One of the differences of the Praetorian Roman guards from the others was their more rounded shields (a way of demonstrating tradition at the time of the republic), it would be interesting if you put that detail into play.

I forgot to say that they also had ridges on their helmets, varying according to the rank of the Roman military.