Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Content/Actor and Template:Content file: Difference between pages

From ZeldaMods (Breath of the Wild)
< Content(Difference between pages)
Jump to navigation Jump to search
imported>BravelyPeculiar
 
imported>BravelyPeculiar
No edit summary
 
Line 1: Line 1:
{{Resloc|type=directory|locations=the content root, [[Bootup.pack]], [[TitleBG.pack]], and [[bactorpack]] archives)}}
{{#tag: h{{{level|3}}} |
 
{{#if: {{{archive|}}} |{{archiveicon}}|{{fileicon}}}} {{{prefix|}}}[[{{{1}}}|{{{1|{{{text}}}}}}]]}}
The ''Actor'' folder contains files defining the actor objects that populate the game world (e.g. enemies, buildings, NPCs).
{{#ifexist: {{{1}}} |{{:{{{1}}}}}|}}<div style="clear: both;"></div><noinclude><templatedata>
 
{
== Files ==
"params": {
=== [[ActorInfo.product.sbyml]] ===
        "1": {
{{Resloc|type=file|locations=[[Content/Actor]]}}
"label": "Target page",
A [[BYML]] file that contains some information about every actor in the game, allowing it to be read without loading the .sbactorpack. The values for weapon and armor stats that are displayed on the inventory screen are defined here. All actors in the game must have an entry in this file in order to be loaded properly.
"type": "wiki-page-name",
 
            "required": true
== Folders ==
        },
 
        "prefix": {
=== Pack ===
"label": "Non-link prefix",
Contains a collection of [[.sbactorpack]] archives, each of which contains the data for one actor.
"type": "string"
        },
        "text": {
"label": "Repalcement display text",
"type": "string"
        },
        "level": {
"label": "Heading level",
"type": "number",
            "description": "Defaults to 3"
        },
        "archive": {
"label": "Is archive?",
"type": "boolean",
            "description": "Uses archive icon if true"
        }
}
}
</templatedata>
[[Category: ZeldaMods templates]]
</noinclude>

Revision as of 18:03, 4 April 2019

[[{{{1}}}|{{{text}}}]]

No description.

Template parameters

ParameterDescriptionTypeStatus
Target page1

no description

Page namerequired
Non-link prefixprefix

no description

Stringoptional
Repalcement display texttext

no description

Stringoptional
Heading levellevel

Defaults to 3

Numberoptional
Is archive?archive

Uses archive icon if true

Booleanoptional