Template:KV TFObject: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{ScrollBox|title=TFObject| {{KV|Team|choices|Team}} :* 2 : Red :* 3 : Blue {{KV|Starting Upgrade Level|choices}} :* 0 : Level 1 :* 1 : Level 2 :* 2 : Level 3 }}<noinclude>[[Cate…')
 
(intn for Source/TF2 keyvalue templates)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ScrollBox|title=TFObject|
{{ScrollBox|title=TFObject|
{{KV|Team|choices|Team}}
{{KV|Team|intn=TeamNum|choices|Team}}
:* 2 : Red
:* 2 : Red
:* 3 : Blue
:* 3 : Blue
{{KV|Starting Upgrade Level|choices}}
{{KV|Starting Upgrade Level|intn=defaultupgrade|choices|Object spawns in the selected level.}}
:* 0 : Level 1
:* 0 : Level 1
:* 1 : Level 2
:* 1 : Level 2
:* 2 : Level 3
:* 2 : Level 3
}}<noinclude>[[Category:FGD Templates|T]]</noinclude>
{{Note|Values higher than 2 are accepted (need to be typed in with SmartEdit off), with the limit being 90. With higher levels, the objects gain more health/damage/recharge speed.}}
{{KV|SolidToPlayer|intn=SolidToPlayer|choices|Object is solid or non-solid to players.}} {{Not in FGD}}
:* 1 : Solid
:* 0 : Non-solid
}}<noinclude>
[[Category:Keyvalue Templates|TFObject]]
</noinclude>

Latest revision as of 13:54, 9 July 2024

TFObject:
Team (TeamNum) <choices>
Team
  • 2 : Red
  • 3 : Blue
Starting Upgrade Level (defaultupgrade) <choices>
Object spawns in the selected level.
  • 0 : Level 1
  • 1 : Level 2
  • 2 : Level 3
Note.pngNote:Values higher than 2 are accepted (need to be typed in with SmartEdit off), with the limit being 90. With higher levels, the objects gain more health/damage/recharge speed.
SolidToPlayer (SolidToPlayer) <choices>
Object is solid or non-solid to players. !FGD
  • 1 : Solid
  • 0 : Non-solid