ActorTemplate.byml: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(Created page with "<onlyinclude> '''ActorTemplate''' configures the game's actor profiles. </onlyinclude> == Contents == The root structure is a dictionary. Each entry has the profile name as ke...")
 
imported>Leoetlino
(merge ActorTemplate{,.byml})
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
#REDIRECT [[ActorTemplate]]
'''ActorTemplate''' configures the game's actor profiles.
</onlyinclude>
== Contents ==
The root structure is a dictionary. Each entry has the profile name as key and a config dict as the value:
 
{|class="wikitable"
! Key !! Type !! Description
|-
| attdefpriority || str || Attention default priority {{check}} (optional)
|-
| attpriority || array of strings || Attention priorities {{check}}
|-
| class || str || Name of the C++ actor class
|-
| priority || str || Actor priority (when should this actor's jobs run?)<br>Valid values: PlayerBefore, Player, PlayerAfter, AllAfter
|}
 
[[Category: Content (BotW)]]

Latest revision as of 20:17, 14 October 2019

Redirect to: