Talk:Item nugget: Difference between revisions
Jump to navigation
Jump to search
Coding Ethan (talk | contribs) No edit summary |
Coding Ethan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
FGD code< | FGD code | ||
@PointClass base(Parentname, Targetname, Angles) studio("models/effects/cappoint_hologram.mdl") = item_nugget : "Aperture Incentivizing Nugget" | <source lang="text"> | ||
[ | @PointClass base(Parentname, Targetname, Angles) studio("models/effects/cappoint_hologram.mdl") = item_nugget : "Aperture Incentivizing Nugget" | ||
GroupName(string) : "Group Name" : : "Giving nuggets a group name hints the game that they are intended to be a group" | [ | ||
RespawnTime(float) : "Respawn Time" : 30 : "Number of seconds between when a nugget is collected and when it respawns" | GroupName(string) : "Group Name" : : "Giving nuggets a group name hints the game that they are intended to be a group" | ||
PointValue(choices) : "Point Value" : 1 = | RespawnTime(float) : "Respawn Time" : 30 : "Number of seconds between when a nugget is collected and when it respawns" | ||
[ | PointValue(choices) : "Point Value" : 1 = | ||
1 : "1" | [ | ||
5 : "5" | 1 : "1" | ||
10 : "10" | 5 : "5" | ||
25 : "25" | 10 : "10" | ||
] | 25 : "25" | ||
]< | ] | ||
] | |||
</source> | |||
[[User:Coding Ethan|Coding Ethan]] ([[User talk:Coding Ethan|talk]]) 19:31, 28 December 2017 (UTC) | [[User:Coding Ethan|Coding Ethan]] ([[User talk:Coding Ethan|talk]]) 19:31, 28 December 2017 (UTC) |
Latest revision as of 12:33, 28 December 2017
FGD code
@PointClass base(Parentname, Targetname, Angles) studio("models/effects/cappoint_hologram.mdl") = item_nugget : "Aperture Incentivizing Nugget"
[
GroupName(string) : "Group Name" : : "Giving nuggets a group name hints the game that they are intended to be a group"
RespawnTime(float) : "Respawn Time" : 30 : "Number of seconds between when a nugget is collected and when it respawns"
PointValue(choices) : "Point Value" : 1 =
[
1 : "1"
5 : "5"
10 : "10"
25 : "25"
]
]
Coding Ethan (talk) 19:31, 28 December 2017 (UTC)