aMaxHP equivalent from outside a shield

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

is there a way of boosting a shield's Max HP from outside of it? (like, from an item, WITHOUT using pesky enhancements, which I would rather not have to deal with, given their massive limitations)

for that matter, is there a way of boosting a shield's power use? (from outside or inside of it?)
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
ptbptb
Militia Lieutenant
Militia Lieutenant
Posts: 143
Joined: Mon May 10, 2010 7:34 pm

Wolfy wrote:is there a way of boosting a shield's Max HP from outside of it? (like, from an item, WITHOUT using pesky enhancements, which I would rather not have to deal with, given their massive limitations)
Omsk armour + Omsk shield manages that trick.
User avatar
Atarlost
Fleet Admiral
Fleet Admiral
Posts: 2391
Joined: Tue Aug 26, 2008 12:02 am

No it doesn't. Most of the script is on the shield.
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

all the script is on the omsk shield; the armor has only static data
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

With an overlay you can change the absorbAdj, or intercept incoming damage and modify it directly before it's applied to the shield/armor. Also, you can artificially regen it with an onUpdate event but you cannot regen past max HP.
An enhancer device with "s" will be identified when installed, but HPbonus is not applied to the shield, unfortunately.
Perhaps an event handler that applied and removed enhancements dynamically could work, but would be a large investment.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

But I /DONT/ want to use the enhancement system; it's vastly inferior to being able to directly modify stats IMO.

I think it would be awesome to have something like (objChangeStat Object StatVariable NewValue) or something like that. :D :D :D :D :D :D :D :D :D :D
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
Post Reply