Skip to content

Commit

Permalink
Update TrenchBroom FGD
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy authored and Awesome NZ:P Updater Bot committed Dec 28, 2023
1 parent c1ee40a commit a52791d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tb-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -707,16 +707,16 @@
]
]

@PointClass size(-32 -32 -32, 32 32 56) base(Item) color(125 196 187) model({{ model != Null -> model, {"path":"models/machines/hl_scale/packapunch/p_machine.mdl"} }}) =
@PointClass size(-32 -32 -32, 32 32 56) base(Item) color(125 196 187) model({{ model != Null -> model, {"path":"models/machines/hl_scale/pap/p_machine.mdl"} }}) =
perk_pap : "Pack-A-Punch"
[
model(model) : "Model" : "models/machines/hl_scale/packapunch/p_machine.mdl"
model(model) : "Model" : "models/machines/hl_scale/pap/p_machine.mdl"
skin(integer) : "Skin" : 0
oldorigin(vector) : "Floating Weapon Offset" : "0 0 2"
oldz(integer) : "Floating Weapon forward velocity" : 30
weapon2model(string) : "Roller Model" : "models/machines/hl_scale/packapunch/p_roller.mdl"
weapon2model(string) : "Roller Model" : "models/machines/hl_scale/pap/p_roller.mdl"
box1(vector) : "Roller Offset" : "7.5 0.1 6.0"
door_model_name(string) : "Flag Model" : "models/machines/hl_scale/packapunch/p_flag.mdl"
door_model_name(string) : "Flag Model" : "models/machines/hl_scale/pap/p_flag.mdl"
box3(vector) : "Flag Offset" : "-18 -31.7 18"
box2(vector) : "Spark Offset" : "17 0 6"
cost(integer) : "Cost" : 5000
Expand Down Expand Up @@ -755,7 +755,7 @@
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"
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_close.wav"
spawnflags(Flags) =
[
1 : "Not here" : 0
Expand Down

0 comments on commit a52791d

Please sign in to comment.