added initial vashram module structure and most of the graphics.

vashram
Vex 2014-11-17 13:05:25 -08:00
parent d61f4e7d29
commit 59beaa02ba
13 changed files with 228 additions and 0 deletions

View File

@ -0,0 +1,26 @@
; Fancy name for the module!
name Vashram
; description of the module, if it wasn't obvious enough
description "Vashram the Stampede"
; range of recommended players
players 1
; 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 capran
1 monsters
2 floors
3 walls
4 equips
5 items
6 decor
}
; list of playable characters for character creation
chars {
; key is arbitrary, value = TID:ID
0 0:0
}

View File

@ -0,0 +1,71 @@
armor {
width 16
height 32
columns 8
set 1
frame 1
}
weapons {
width 16
height 32
columns 16
set 1
frame 1
}
items {
width 16
height 32
columns 16
set 1
frame 1
}
floors {
width 16
height 32
columns 16
set 1
frame 1
}
walls {
width 16
height 32
columns 16
set 1
frame 1
}
doors {
width 16
height 32
columns 16
set 1
frame 1
}
decor {
width 16
height 32
columns 16
set 1
frame 1
}
monsters {
width 16
height 32
columns 16
set 1
frame 1
}
capran {
width 16
height 32
columns 6
set 1
frame 1
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -0,0 +1,131 @@
0 {
0 {
vision 16
equipment {
macana, 1-1, 100.000000
}
name warrior
race human
slots H1F1N2S2A2a2h2D8w2T1W1L2l2f2
inventory {
gold, 4-12, 80.000000
acco leaves, 1-3, 50.000000
}
stats S8D8C8I8W8c8
}
7 {
name medicine man
race manitou
slots H1F1N2S2A2a2h2D8w2T1W1L2l2f2
stats S8D8C8I8W8c8
}
12 {
equipment {
large macana, 1-1, 100.000000
}
name shock trooper
race ibexian
slots H1F1N2S2A2a2h2D8w2T1W1L2l2o2
stats S10D8C10I6W6c6
}
17 {
equipment {
large macana, 1-1, 100.000000
cloth armour, 1-1, 100.000000
}
name barbarian
race ibexian
slots H1F1N2S2A2a2h2D8w2T1W1L2l2o2
stats S12D10C10I4W4c4
}
18 {
name warrior
race quosqoy
slots H1F1N2S2A2a2h2D8w2T1W1L2l2f2
stats S8D8C10I8W8c8
}
28 {
name gunner
race quosqo
slots H1F1N2S2A2a2h2D8w2T1W1L2l2f2
stats S6D8C10I10W8c8
}
}
1 {
0 {
party nupii
vision 4
behavior 0
hp 2+1d4
equipment {
small macana, 1-1, 10.000000
cloth armour, 1-1, 25.000000
}
name nupi
faction chthonic
slots T1w2
inventory {
gold, 1-3, 5.000000
}
stats S6D6C8I4W4C4
}
}
2 {
0 {
name small macana
required_slots w1
damage_mod P1d4
skill slashing
}
1 {
name large macana
required_slots w2
damage_mod P1d8
skill slashing
}
16 {
name cloth armour
required_slots T1
armour_mod P1
}
}
3 {
0 {
name small key
type 0
}
1 {
name gold
value 1
}
}
4 {
0 {
name wooden door
state 0
}
}
5 {
0 {
name stone floor
}
}
6 {
0 {
name stone wall
}
1 {
name wood wall
}
}
8 {
0 {
name box
}
1 {
name sphere
}
2 {
name pyramid
}
}