Tf ammo pack: Difference between revisions
Jump to navigation
Jump to search

Note:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history
Note:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history
Kestrelguy (talk | contribs) m (updated template usage.) |
Kestrelguy (talk | contribs) (added example FGD entry.) |
||
Line 1: | Line 1: | ||
{{lang|Tf ammo pack}} | {{lang|Tf ammo pack}} | ||
{{Ent not in fgd}} | |||
{{Tf2 point|tf_ammo_pack}} It is a medium ammo pack, Halloween {{tfwiki|Halloween_pumpkin|"crumpkin"}}, or Smissmas present dropped by player on death. | {{Tf2 point|tf_ammo_pack}} It is a medium ammo pack, Halloween {{tfwiki|Halloween_pumpkin|"crumpkin"}}, or Smissmas present dropped by player on death. | ||
[[Image:Mediumammo.png|thumb|right|200px|A dropped ammo box.]] | [[Image:Mediumammo.png|thumb|right|200px|A dropped ammo box.]] | ||
Line 14: | Line 15: | ||
==Outputs== | ==Outputs== | ||
{{O BaseEntity}} | {{O BaseEntity}} | ||
==FGD Code== | |||
@PointClass base(Targetname, EnableDisable, Toggle, Angles, RenderFields, Studiomodel, FadeDistance) | |||
studio("models/items/ammopack_medium.mdl") | |||
sphere(fademindist) | |||
sphere(fademaxdist) | |||
= tf_ammo_pack : "Dropped Ammo Pack" [] |
Revision as of 12:06, 12 October 2022


tf_ammo_pack
is a point entity available in Team Fortress 2. It is a medium ammo pack, Halloween
"crumpkin", or Smissmas present dropped by player on death.
Keyvalues

Inputs

Outputs
FGD Code
@PointClass base(Targetname, EnableDisable, Toggle, Angles, RenderFields, Studiomodel, FadeDistance) studio("models/items/ammopack_medium.mdl") sphere(fademindist) sphere(fademaxdist) = tf_ammo_pack : "Dropped Ammo Pack" []