31 lines
603 B
Plaintext
31 lines
603 B
Plaintext
; Fancy name for the module!
|
|
name Xibalba
|
|
; description of the module, if it wasn't obvious enough
|
|
description "Xibalba description would go hyar"
|
|
; range of recommended players
|
|
players 1-6
|
|
; default sprite x scale
|
|
scale_x 2.0
|
|
; default sprite y scale
|
|
scale_y 2.0
|
|
; the list of sprites to use and tie to particular TIDs
|
|
sprites {
|
|
; key = TID, value = spritesheet for that TID
|
|
0 players
|
|
1 npcs
|
|
2 floors
|
|
3 walls
|
|
4 equips
|
|
5 items
|
|
6 materials
|
|
7 spells
|
|
8 shapes
|
|
}
|
|
; list of playable characters for character creation
|
|
chars {
|
|
; key is arbitrary, value = TID:ID
|
|
0 0:0
|
|
1 0:1
|
|
2 0:2
|
|
}
|