I want two devices: a shield regen accelerator (i know Atarlost has Shield Accelerator crystals) & a shield power multiplier. Is this cool or what?

Code: Select all
<ItemType UNID="&itShieldEnhancer;"
name= "shield enhancer"
level= "1"
value= "500"
mass= "500"
frequency= "uncommon"
unknownType= "&itUnknownEnhancer2;"
attributes= "MajorItem"
description= "This device raises maximum strength of shield generators by 50%"
>
<Image imageID="&rsItems1;" imageX="0" imageY="192" imageWidth="96" imageHeight="96"/>
<MiscellaneousDevice
powerUse= "5"
>
<EnhancementAbilities>
<Enhance type= "shieldPower"
criteria= "s"
enhancement= "+hpBonus:50;"
/>
</EnhancementAbilities>
</MiscellaneousDevice>
</ItemType>
I know it wasn't possible to do so when I wrote that code.Amilir wrote:[It actually works, but it looks like Atarlost couldn't figure out how to extract the regen rate directly either.Maybe I'm not as stupid as I thought.