mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-24 21:01:43 +00:00
FGD: Add new Mystery Box flags
This commit is contained in:
parent
3bb3a8e2f8
commit
620966101f
2 changed files with 12 additions and 2 deletions
|
@ -461,9 +461,14 @@
|
||||||
// NZP Weapons
|
// NZP Weapons
|
||||||
//
|
//
|
||||||
|
|
||||||
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(141 85 29) studio("models/machines/mystery.mdl") =
|
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(141 85 29) studio() =
|
||||||
mystery_box : "Mystery Box"
|
mystery_box : "Mystery Box"
|
||||||
[
|
[
|
||||||
|
model(studio) : "Model" : "models/machines/mystery.mdl"
|
||||||
|
weapon2model(studio) : "Light Model" : "models/machines/mglow$.mdl"
|
||||||
|
cost(integer) : "Cost" : 950
|
||||||
|
oldmodel(string) : "Open Sound" : "sounds/machines/mbox_open.wav"
|
||||||
|
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_open.wav"
|
||||||
spawnflags(Flags) =
|
spawnflags(Flags) =
|
||||||
[
|
[
|
||||||
1 : "Not here" : 0
|
1 : "Not here" : 0
|
||||||
|
|
|
@ -461,9 +461,14 @@
|
||||||
// NZP Weapons
|
// NZP Weapons
|
||||||
//
|
//
|
||||||
|
|
||||||
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(141 85 29) model("models/machines/mystery.mdl") =
|
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(141 85 29) model({{ model != Null -> model, {"path":"models/machines/mystery.mdl"} }}) =
|
||||||
mystery_box : "Mystery Box"
|
mystery_box : "Mystery Box"
|
||||||
[
|
[
|
||||||
|
model(model) : "Model" : "models/machines/mystery.mdl"
|
||||||
|
weapon2model(model) : "Light Model" : "models/machines/mglow$.mdl"
|
||||||
|
cost(integer) : "Cost" : 950
|
||||||
|
oldmodel(string) : "Open Sound" : "sounds/machines/mbox_open.wav"
|
||||||
|
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_open.wav"
|
||||||
spawnflags(Flags) =
|
spawnflags(Flags) =
|
||||||
[
|
[
|
||||||
1 : "Not here" : 0
|
1 : "Not here" : 0
|
||||||
|
|
Loading…
Reference in a new issue