Code: Select all
ACTOR MaxHealthBonus2 : UpgradeStamina 12797
{
//$Category Stronghold_Items
Radius 20
Height 16
Inventory.Pickupmessage "Picked up a max health bonus."
Inventory.Amount 5
Inventory.MaxAmount 300
+COUNTITEM
+INVENTORY.ALWAYSPICKUP
states
{
Spawn:
BON3 ABCDCB 6 BRIGHT
loop
}
}
Code: Select all
ACTOR MaxArmorBonus2 : BasicArmorBonus 12796
{
//$Category Stronghold_Items
Radius 20
Height 16
Inventory.Pickupmessage "Picked up a max armor bonus."
Armor.Savepercent 33.33333
Armor.Saveamount 5
Armor.Maxsaveamount 200
Armor.MaxBonus 5
Armor.MaxBonusMax 50
+COUNTITEM
+INVENTORY.ALWAYSPICKUP
states
{
Spawn:
BON4 ABCDCB 6 BRIGHT
loop
}
}