[WIP] NPC Energy Units
Posted: Thu May 26, 2016 1:53 pm
Having made N-Shields, I realised it's a bit unfair to give NPCs proper Military Shield Enhancers without any chance of an Extra or Naval Energy Unit.
Download this OXZ to fix that.
Energy units are allocated based on accuracy and equipment; you shouldn't see anyone with a Naval Energy Unit unless you also have Skilled NPCs OXP.
Note that exclusion of ships which already have 'simulated' EEUs or NEUs in their shipdata depends on a list in the script. Currently this list is:
If you know of any other shipdata keys which need to be on this list, please post them here.
Download this OXZ to fix that.
Energy units are allocated based on accuracy and equipment; you shouldn't see anyone with a Naval Energy Unit unless you also have Skilled NPCs OXP.
Note that exclusion of ships which already have 'simulated' EEUs or NEUs in their shipdata depends on a list in the script. Currently this list is:
Code: Select all
this._alreadyGotOne = {
"cobramk1-alt": "EQ_NPC_ENERGY_UNIT",
"jaguar_company_patrol": "EQ_NPC_NAVAL_ENERGY_UNIT",
"jaguar_company_patrol_scuffed": "EQ_NPC_NAVAL_ENERGY_UNIT",
"jaguar_company_ship_splinter": "EQ_NPC_NAVAL_ENERGY_UNIT"
}