Template:Sublevel technical: Difference between revisions
Jump to navigation
Jump to search
Greenpickle (talk | contribs) m (minor heading fix) |
m (Better use template.) |
||
Line 54: | Line 54: | ||
|capmax = Maximum number of dead ends/caps ({f014}, キャップ最大数) | |capmax = Maximum number of dead ends/caps ({f014}, キャップ最大数) | ||
|rooms = Number of rooms ({f005}, ルーム数) | |rooms = Number of rooms ({f005}, ルーム数) | ||
|geyser = Does it have an escape geyser? ({f007}, 帰還噴水(1=あり)) | |geyser = Does it have an escape geyser? Write "Yes" or "No" ({f007}, 帰還噴水(1=あり)) | ||
|unitfile = Unit definition file, with the .txt ({f008}, 使用ユニット) | |unitfile = Unit definition file, with the .txt ({f008}, 使用ユニット) | ||
|lightfile = Lighting definition file, with the .ini ({f009}, 使用ライト) | |lightfile = Lighting definition file, with the .ini ({f009}, 使用ライト) | ||
|bg = Background model file ({f00A}, VRBOX) | |bg = Background model file ({f00A}, VRBOX) | ||
|clog = Is the next sublevel's hole clogged? ({f010}, 階段を壊す岩で隠す(0=オフ 1=オン)) | |clog = Is the next sublevel's hole clogged? Write "Yes" or "No" ({f010}, 階段を壊す岩で隠す(0=オフ 1=オン)) | ||
|hiddenfloor = {f013}, 隠し床 | |hiddenfloor = {f013}, 隠し床 | ||
|units = List of cave units. Use {{{sublevel units}}} for this. | |units = List of cave units. Use {{{sublevel units}}} for this. | ||
{{sublevel units | |||
|| | |||
|| | |||
|| | |||
|| | |||
|| | |||
|| | |||
}} | |||
{{sublevel units | |||
|| | |||
|| | |||
|| | |||
|| | |||
|| | |||
|| | |||
}} | |||
}} | }} | ||
</pre> | </pre> |
Revision as of 10:45, December 29, 2013
Technical information | |||||
---|---|---|---|---|---|
Internal cave name | {{{cave}}} | ||||
Enemy maximum | {{{enemymax}}} | ||||
Item maximum | {{{itemmax}}} | ||||
Gate maximum | {{{gatemax}}} | ||||
Dead end unit maximum | {{{capmax}}} | ||||
Escape geyser | {{{geyser}}} | ||||
Clogged hole | {{{clog}}} | ||||
Unit file | {{{unitfile}}} | ||||
Number of rooms | {{{rooms}}} | ||||
Light file | {{{lightfile}}} | ||||
Background | {{{bg}}} | ||||
Hidden floor | {{{hiddenfloor}}} | ||||
Cave units (?) |
Used to describe the technical aspects of a cave's sublevel.
Use
{{sublevel technical |cave = Internal cave name file |enemymax = Maximum number of enemies ({f002}, 敵最大数) |itemmax = Maximum number of items ({f003}, アイテム最大数) |gatemax = Maximum number of gates ({f004}, ゲート最大数) |capmax = Maximum number of dead ends/caps ({f014}, キャップ最大数) |rooms = Number of rooms ({f005}, ルーム数) |geyser = Does it have an escape geyser? Write "Yes" or "No" ({f007}, 帰還噴水(1=あり)) |unitfile = Unit definition file, with the .txt ({f008}, 使用ユニット) |lightfile = Lighting definition file, with the .ini ({f009}, 使用ライト) |bg = Background model file ({f00A}, VRBOX) |clog = Is the next sublevel's hole clogged? Write "Yes" or "No" ({f010}, 階段を壊す岩で隠す(0=オフ 1=オン)) |hiddenfloor = {f013}, 隠し床 |units = List of cave units. Use {{{sublevel units}}} for this. {{sublevel units || || || || || || }} {{sublevel units || || || || || || }} }}