0
0
Fork 0
mirror of https://github.com/id-Software/DOOM-3-BFG.git synced 2025-03-15 23:21:35 +00:00
doom3-bfg/base/def/d3xp-powerups.def
2022-08-27 13:19:29 +02:00

17 lines
No EOL
378 B
Modula-2

entityDef powerup_invulnerability {
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 32"
"editor_usage" "Invulnerability"
"spawnclass" "idItemPowerup"
"model" "models/items/mp_invuln/mp_invun_lo1.lwo"
"size" "32 32 32"
"respawn" "60"
"time" "30"
"type" "4"
"spin" "1"
"snd_acquire" "invisibility_pickup"
}