Tf weapon katana: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Updated page.)
Line 1: Line 1:
{{tf2 point|tf_weapon_katana}}
{{tf2 point|tf_weapon_katana}}


{{code class|CTFKatana|tf_weapon_sword.cpp}}
[[image:halfzatoichi.PNG|thumb|right|175px|The Half-Zatoichi]]
[[image:halfzatoichi.PNG|thumb|right|175px|The Half-Zatoichi]]


tf_weapon_katana is the [http://wiki.teamfortress.com/wiki/Demoman Demoman's] melee weapon known as the [http://wiki.teamfortress.com/wiki/Half-Zatoichi Half-Zatoichi.] The weapon has similar stats to the bottle. When you pull out the Half-Zatoichi, you cannot switch weapons until you get a kill. On kill, all of your health is restored and you can switch weapons again.
==Entity Description==
This entity is used for the [http://wiki.teamfortress.com/wiki/Half-Zatoichi Half-Zatoichi.]


==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}


==Inputs==
==Inputs==
{{I Targetname}}
{{I BaseAnimating|base=1}}
{{I BaseEntity|base=1}}


==Outputs==
==Outputs==
{{O Targetname}}
{{O BaseAnimating}}
{{O BaseEntity}}

Revision as of 14:35, 27 August 2021

Team Fortress 2 tf_weapon_katana is a point entity available in Team Fortress 2 Team Fortress 2.

C++ In code, it is represented by theCTFKatanaclass, defined in thetf_weapon_sword.cppfile.
The Half-Zatoichi

Entity Description

This entity is used for the Half-Zatoichi.

Keyvalues

Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history


Inputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history


Outputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history