Lord of the Rings - The Battle for Middle-earth (tm) II MECHANICS
An attempt to reproduce a bunch of mechanics from EA's Lord of the Rings - The Battle for Middle-earth (tm) II. You are free to use any of the mechanics, for the models you should give credits to their respective creators.
I decided to put this online as a source for those in search for lord of the rings mechanics, spells and so on. Reason is that I gave up on developing a map from it for good.
Sincerely,
stonebludgeon
Contains
Triggers
+ Initialization
Contains the initialization of a bunch of hashtables
+ Unit Initizalization
Picks units every x seconds and "initializes" them (stores information about them)
+ Game Variables
Contains variables for spells (I wanted all spells customizable here)
+ Events
Periodic Events: runs all triggers that need to run every 0.03 seconds
Damage Events: runs all triggers that use "specific unit takes damage"
Death Events: runs all triggers that involve death
Level Up Events: runs all triggers that involve level up
+ Spatial Position
Handles everything that involves knockback
Any trigger with knockback runs through here
+ Locomotor
Handles what in the Battle for Middle Earth II (tm) is called trample
Trample means that horse units knock back small units on impact
+ Battalions
This map contains the triggers that deal with battalions
Battalions are groups of units that cannot be controlled seperately
+ Income
This is an alternative way of generating income
Buildings generate resources based on the available terrain
+ Good Units
Contains information about unit types that controls their behaviour
+ Good Buildings
Contains information about building types that controls their behaviour
+ Evil Units
Contains information about unit types that controls their behaviour
+ Hero Abilites Men
The triggers in here are for the abilities as I finaly wanted them
Wounding Arrow from Faramir is not yet finished
+ Good Hero Abilities
These are spells that are finished but not finally implemented
+ Good Abilities
Empty
+ Evil Abilities
These are spells that are finished but not finally implemented
+ Items
These are items that are finished but not finally implemented
Keywords:
Lord of the Rings - The Battle for Middle-earth (tm) II MECHANICS