gzdoom-gles/wadsrc/static/actors/doom/doomarmor.txt

67 lines
1.1 KiB
Plaintext
Raw Normal View History

2006-04-30 21:49:18 +00:00
// Armor bonus --------------------------------------------------------------
Actor ArmorBonus : BasicArmorBonus 2015
{
Game Doom
SpawnID 22
Radius 20
Height 16
Inventory.Pickupmessage "$GOTARMBONUS"
Inventory.Icon "ARM1A0"
Armor.Savepercent 33.335
2006-04-30 21:49:18 +00:00
Armor.Saveamount 1
Armor.Maxsaveamount 200
+COUNTITEM
+INVENTORY.ALWAYSPICKUP
States
{
Spawn:
BON2 ABCDCB 6
loop
}
}
// Green armor --------------------------------------------------------------
Actor GreenArmor : BasicArmorPickup 2018
{
Game Doom
SpawnID 68
Radius 20
Height 16
Inventory.Pickupmessage "$GOTARMOR"
Inventory.Icon "ARM1A0"
Armor.SavePercent 33.335
Armor.SaveAmount 100
2006-04-30 21:49:18 +00:00
States
{
Spawn:
ARM1 A 6
ARM1 B 7 bright
loop
}
}
// Blue armor ---------------------------------------------------------------
Actor BlueArmor : BasicArmorPickup 2019
{
Game Doom
SpawnID 69
Radius 20
Height 16
Inventory.Pickupmessage "$GOTMEGA"
Inventory.Icon "ARM2A0"
Armor.Savepercent 50
Armor.Saveamount 200
States
{
Spawn:
ARM2 A 6
ARM2 B 6 bright
loop
}
}