Shield absorbAdj
While fiddling around I set the absorbAdj = 200 on one of my shields. Now what happens when a shield absorbs 200% of the damage dealt to it? My armour actually GAINED hit points! I don't think this is a bug, per se, as the math is completely logical, just a somewhat comical FYI! (I got my LightTitanium up 900hp!)
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!
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!
-
- Militia Lieutenant
- Posts: 158
- Joined: Sun Nov 23, 2008 2:36 pm
- Location: RXDV Labs orbiting Mars
whoa cool!
i can make a shield that absorb a kind of damagetype, so for example:
a ship is shot by a plasma gun and lost armor
then that ship is shot by a laser, and the shield absorb it repairing the armor
just a problem, when i see the shield script it shows up like this:
what is the difference of all of thoose? i'm sure the difference is in the damagetype, but which one is laser and which one is plasma? 

i can make a shield that absorb a kind of damagetype, so for example:
a ship is shot by a plasma gun and lost armor
then that ship is shot by a laser, and the shield absorb it repairing the armor
just a problem, when i see the shield script it shows up like this:
Code: Select all
absorbAdj= "100,100,100,100, 100,100,100,100, 100,100,100,100, 100,100,100,100"


- alterecco
- Fleet Officer
- Posts: 1658
- Joined: Wed Jan 14, 2009 3:08 am
- Location: Previously enslaved by the Iocrym
You should find a list here;Dalva wrote:but which one is laser and which one is plasma?
http://xelerus.de/index.php?s=functions&function=43
.]
I'm sure this isn't what George intended but I decided to see how far I could push the numbers....
When hit by lasers, your armor's hp is increased by 100X the damage. I got my Light Titanium up to 1,000,000 hp! They paid me 3Mil creds to repair it back to 4!
The super-duper plus is that when you go to get it repaired the cost is negative. They paid me to reduce the hp! On a side note, the shield does still take damage normally and you only gain hp when the shield is up, hence the regen time and depletion delay of 1. This could make for some very interesting shields. Only if the absorbAdj was kept below 125, anymore than that is WAY overpowered, especially if on two or more damage types.
Your own weapons don't work though, even with weaponSuppress.
Also, DamageAdj and hpBonus do not seem to affect the amount the armour is healed by. This would be truly powerful with some transuranic armor!
Code: Select all
<Shields
hitPoints= "1"
hpBonus= "+10000"
damageadj= "-10000"
absorbAdj= "10000"
regenTime= "1"
regenHP= "1"
depletionDelay= "1"
powerUse= "1"
/>
The super-duper plus is that when you go to get it repaired the cost is negative. They paid me to reduce the hp! On a side note, the shield does still take damage normally and you only gain hp when the shield is up, hence the regen time and depletion delay of 1. This could make for some very interesting shields. Only if the absorbAdj was kept below 125, anymore than that is WAY overpowered, especially if on two or more damage types.
Your own weapons don't work though, even with weaponSuppress.
Also, DamageAdj and hpBonus do not seem to affect the amount the armour is healed by. This would be truly powerful with some transuranic armor!
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!
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!