Template:Element: Difference between revisions

From Wiki of ZZT
Jump to navigation Jump to search
(smaller font)
(WIP, make most things parameters)
Line 1: Line 1:
{| class="wikitable" style="float:right; width: 22em; font-size: 88%"
{| class="wikitable" style="float:right; width: 22em; font-size: 88%"
!colspan="2"| '''Empty'''
!colspan="2"| '''{{{name}}}'''
|+
|+
| '''ZZT-OOP name''' || empty
| '''ZZT-OOP name''' || {{{zzt-oop name}}}
|-
|-
| '''Internal ID''' || 0 (00h)
| '''Internal ID''' || {{{id}}}
|-
|-
| '''Category''' || terrain (missing from F3 terrain menu)
| '''Category''' || terrain (missing from F3 terrain menu)
Line 12: Line 12:
!colspan="2"|Defaults
!colspan="2"|Defaults
|-
|-
| '''Color''' || black (0h) on light gray (70h)
| '''Color''' || {{{color}}}
|-
|-
| '''Character''' || 0 (00h)
| '''Character''' || {{{char}}}
|-
|-
| '''Has stats?''' || no
| '''Has stats?''' || {{{stats}}}
|-
|-
!colspan="2"|Other traits
!colspan="2"|Other traits
|-
|-
| '''Effect on movement''' || floor
| '''Effect on movement''' || {{{movement effect}}}
|-
|-
| '''Pushable?''' || n/a
| '''Color used by #put''' || {{{put color}}}
|-
| '''Squishable?''' || n/a
|-
| '''Breakable?''' || n/a
|}
|}

Revision as of 02:58, 2 January 2020

{{{name}}}
ZZT-OOP name {{{zzt-oop name}}}
Internal ID {{{id}}}
Category terrain (missing from F3 terrain menu)
Behavior acts as empty space
Defaults
Color {{{color}}}
Character {{{char}}}
Has stats? {{{stats}}}
Other traits
Effect on movement {{{movement effect}}}
Color used by #put {{{put color}}}