Template:Infobox Enemy: Difference between revisions

From Pseudoregalia Speedrun Wiki
No edit summary
No edit summary
Line 3: Line 3:
= Usage =
= Usage =
  <nowiki>{{Infobox Enemy</nowiki>
  <nowiki>{{Infobox Enemy</nowiki>
  | enemy-name               = Enemy Name
  | enemy-name       = Enemy Name
  | health
  | health    
  | move
  | move
  | reaction
  | reaction
Line 13: Line 13:
{{Infobox Enemy
{{Infobox Enemy
| enemy-name = Example
| enemy-name = Example
| code_name = BP_EnemyExample
| health = 5
| health = 5
| move = Random Movement
| move = Random Movement
| reaction = Attack Player
| reaction = Attack Player
| image = image_name
| image = File:ClingGem
| dungeon-items = Standard
| extra = Any Extra Notes (Hidden if unused)
| extra = Any Extra Notes (Hidden if unused)
}}
}}
</noinclude><includeonly>{| class="infobox wikitable"
</noinclude><includeonly>{| class="infobox wikitable"
! colspan="3" | {{{enemy-name}}}
! colspan="2" | {{{enemy-name}}}
|- {{#if: {{{extra|}}} | | style="display:none;" }}
! Additional Notes || {{{extra}}}
|-
|-
| colspan="2" style="padding:0;" |
| colspan="2" style="padding:0;" |
{| class="wikitable" | style="border-collapse:collapse;border-style:hidden;margin:0;width:100%;"
{| class="wikitable" | style="border-collapse:collapse;border-style:hidden;margin:0;width:100%;"
|-
|-
! style="width:110px;" | Logic
! style="width:150px;" | Enemy Code Name
| [[{{{logic|}}}]]
| {{{code-name|}}}
! style="width:110px;" | [[Item Placement]]
| {{{item-placement|}}}
|-
|-
! style="width:110px;" | [[Dungeon Items]]
! style="width:150px;" | Health
| {{{dungeon-items|}}}
| {{{health|}}}
! style="width:110px;" | [[Accessibility]]
| {{{accessibility|}}}
|-
|-
! Goal
! style="width:150px;" | Movement
| colspan="3" | [[{{{goal|}}}]]
| {{{move|}}}
|-
|-
! GT [[Crystal]]s
! style="width:150px;" | Reaction to Player
| {{{gt-crystals|}}}
| {{{reaction|}}}
! Ganon [[Crystal]]s
|- {{#if: {{{extra|}}} | style="width:150px;" | style="display:none;" }}
| {{{ganon-crystals|}}}
! Additional Notes
|-
| {{{extra|}}}
! World State
|}</includeonly><noinclude>
| [[{{{state|}}} State|{{{state|}}}]]
| [[{{{image|}}}|x{50}|]]
! [[Hint]]s
|}</noinclude>
| {{{hints|}}}
|-
! [[Entrance Shuffle]]
| {{{entrance-shuffle|}}}
! [[Dungeon Shuffle]]
| {{{dungeon-shuffle|}}}
|-
! [[Boss Shuffle]]
| {{{boss-shuffle|}}}
! [[Enemy Shuffle]]
| {{{enemy-shuffle|}}}
|- {{#if: {{{weapons|}}} | | style="display:none;" }}
! [[Weapon]]s
| colspan="3" | {{{weapons|}}}
|- {{#if: {{{swords|}}} | | style="display:none;" }}
! [[Weapon]]s
| colspan="3" | {{{swords|}}}
|- {{#if: {{{item-pool|}}} | | {{#if: {{{item-func|}}} | | style="display:none;" }} }}
! [[Item Pool]]
| {{{item-pool|}}}
! [[Item Functionality]]
| {{{item-func|}}}
|-
! [[Enemy Damage]]
| {{{enemy-damage|}}}
! [[Enemy Health]]
| {{{enemy-health|}}}
|- {{#if: {{{difficulty|}}} | | {{#if: {{{variation|}}} | | style="display:none;" }} }}
! [[Difficulty]]
| {{{difficulty|}}}
! [[Variation]]
| {{{variation|}}}
|}</includeonly><noinclude>|}</noinclude>

Revision as of 19:57, 13 April 2026

The header for a seed infobox.

Usage

{{Infobox Enemy
| enemy-name        = Enemy Name
| health     
| move
| reaction
| image
| dungeon-items
| extra
}}
Example
Enemy Code Name
Health 5
Movement Random Movement
Reaction to Player Attack Player
Additional Notes Any Extra Notes (Hidden if unused)
[[|x{50}|]]