Difference between revisions of "Template:ScriptArgumentV2/Name"
Jump to navigation
Jump to search
Jianmingyong (talk | contribs) m |
m (Changed protection level for "Template:ScriptArgumentV2/Name" ([Edit=Allow only autoconfirmed users] (expires 19:55, 25 January 2021 (UTC)) [Move=Allow only autoconfirmed users] (expires 19:55, 25 January 2021 (UTC)))) |
||
| (8 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
| trainerFile = The relative file path of the Trainer File without extension. (Pokemon\Scripts\trainer\xxx) | | trainerFile = The relative file path of the Trainer File without extension. (Pokemon\Scripts\trainer\xxx) | ||
| musicloop = The file name of the Music File without extension. (Pokemon\Content\Songs\xxx) | | musicloop = The file name of the Music File without extension. (Pokemon\Content\Songs\xxx) | ||
| musicFile = The file name of the Music File without extension. (Pokemon\Content\Songs\xxx) | |||
<!-- Pokémon Data --> | <!-- Pokémon Data --> | ||
| Line 11: | Line 12: | ||
| level = The Pokémon Level. | | level = The Pokémon Level. | ||
| shiny = <nowiki>-1 = Random, 0 = Not shiny, 1 = Always shiny.</nowiki> | | shiny = <nowiki>-1 = Random, 0 = Not shiny, 1 = Always shiny.</nowiki> | ||
| statName = Set the Stats. ( chp, hp, maxhp, atk, attack, def, defense, spatk, spattack, specialattack, spdef, spdefense, specialdefense, speed ) | |||
<!-- Battle --> | <!-- Battle --> | ||
| varName = The variables are canrun, cancatch, canblackout, canreceiveexp, canuseitems, frontiertrainer, divebattle, inversebattle, custombattlemusic and hiddenabilitychance. | | varName = The variables are canrun, cancatch, canblackout, canreceiveexp, canuseitems, frontiertrainer, divebattle, inversebattle, custombattlemusic and hiddenabilitychance. | ||
| varValue = The value for the variable. Usually it is a Boolean. custombattlemusic is string and hiddenabilitychance is integer. | | varValue = The value for the variable. Usually it is a Boolean. custombattlemusic is string, frontiertrainer and hiddenabilitychance is integer. | ||
| introtype = <nowiki>0 = Black Checker Boxes, 1 = Black Horizontal Lines, 2 = Black Vertical Lines, 3 = Black Box Expand out, 4 = Black Box Expand in, 5 = White Checker Boxes, 6 = White Horizontal Lines, 7 = White Vertical Lines, 8 = White Box Expand out, 9 = White Box Expand in, 10-11 = Not useable, 12 = Blur Zoom in effect</nowiki> | | introtype = <nowiki>0 = Black Checker Boxes, 1 = Black Horizontal Lines, 2 = Black Vertical Lines, 3 = Black Box Expand out, 4 = Black Box Expand in, 5 = White Checker Boxes, 6 = White Horizontal Lines, 7 = White Vertical Lines, 8 = White Box Expand out, 9 = White Box Expand in, 10-11 = Not useable, 12 = Blur Zoom in effect</nowiki> | ||
| additionalTrainerData = The additional trainer data. Accepted values: generate_pokemon_tower | |||
<!-- Position --> | <!-- Position --> | ||
| x = x coordinate of the object. | | x = x coordinate of the object. ~ for player position. | ||
| y = y coordinate of the object. | | y = y coordinate of the object. ~ for player position. | ||
| z = z coordinate of the object. | | z = z coordinate of the object. ~ for player position. | ||
| xS = The scale of the object in terms of x coordinate. | | xS = The scale of the object in terms of x coordinate. | ||
| yS = The scale of the object in terms of y coordinate. | | yS = The scale of the object in terms of y coordinate. | ||
| Line 66: | Line 69: | ||
| distance = The render distance. ( 0-4 tiny, small, normal, far, extreme ) | | distance = The render distance. ( 0-4 tiny, small, normal, far, extreme ) | ||
| ItemID = The | | ItemID = The Item ID. | ||
| ItemName = The Item name. | |||
| Amount = Amount of the item to be given or taken away. | | Amount = Amount of the item to be given or taken away. | ||
| showMessage = whether to show the message prompt. | | showMessage = whether to show the message prompt. | ||
| RepelItemID = The Repel ID. ( 20 = Repel, 42 = Super Repel, 43 = Max Repel ) | | RepelItemID = The Repel ID. ( 20 = Repel, 42 = Super Repel, 43 = Max Repel ) | ||
| ticks = The amount of ticks. Usually 10 ticks is about 1 second. | |||
| safari = Change the battle style to safari. | |||
| autodetect = Sets if the Pokédex registers seen Pokémon in wild or trainer battles. | |||
| doCameraUpdate = Sets if the camera should update or not. | |||
| This is undocumented in [[Template:ScriptArgumentV2/Name|Wiki Script Library]]. | | This is undocumented in [[Template:ScriptArgumentV2/Name|Wiki Script Library]]. | ||
}}</includeonly> | }}</includeonly> | ||
Latest revision as of 21:55, 24 January 2021
|