prides.tmx
3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="64" height="64" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="dg_dungeon32" tilewidth="32" tileheight="32">
<image source="gfx/dg_dungeon32.gif" width="288" height="320"/>
<tile id="0">
<properties>
<property name="display" value="#"/>
<property name="value" value=""HARDWALL""/>
</properties>
</tile>
<tile id="6">
<properties>
<property name="display" value="*"/>
</properties>
</tile>
<tile id="12">
<properties>
<property name="display" value="+"/>
<property name="value" value=""DOOR""/>
</properties>
</tile>
<tile id="15">
<properties>
<property name="display" value="<"/>
<property name="value" value=""FLAT_UP6""/>
</properties>
</tile>
<tile id="16">
<properties>
<property name="display" value=">"/>
<property name="value" value=""FLAT_DOWN4""/>
</properties>
</tile>
<tile id="54">
<properties>
<property name="display" value="&"/>
</properties>
</tile>
<tile id="57">
<properties>
<property name="display" value="."/>
<property name="value" value=""FLOOR""/>
</properties>
</tile>
<tile id="58">
<properties>
<property name="display" value=";"/>
</properties>
</tile>
</tileset>
<layer name="Terrain" width="64" height="64">
<data encoding="base64" compression="zlib">
eJzt2zEOgkAQQNGlsjLR05jI/e9lLEyM7rImCoOzr/gN1byBZKFgKqVM0kpdG0XPtVWXzh6y76Jnzu7/ZD/RM/C3Z8sQPz8/Pz8/Pz8/Pz8/Pz8/Pz//vfmpbP7ePl7t2fy9HYzqnyuN4H/U8kfPvMYO+N87V/yHHcz7646Vayf3n7/hz7SDJc/o5z+/93/ff/z8/Pz8/Pz8/Pzxc/Pz8/Pz80f4t2jv8/F/71t6JrP7/f84nln/0w2cX2DC
</data>
</layer>
<objectgroup name="Actor" width="64" height="64">
<object name="Orcs" x="1870" y="842" width="72" height="10">
<properties>
<property name="display" value="o"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end}}"/>
</properties>
</object>
<object name="Orcs" x="1870" y="1228" width="72" height="10">
<properties>
<property name="display" value="o"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end}}"/>
</properties>
</object>
<object name="Orcs" x="1893" y="1029" width="20" height="21">
<properties>
<property name="display" value="O"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end, random_boss={nb_classes=1, loot_quality="store", loot_quantity=3, rank=3,}}}"/>
</properties>
</object>
<object name="Orcs" x="39" y="1004" width="18" height="68">
<properties>
<property name="display" value="o"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end}}"/>
</properties>
</object>
<object name="Orcs" x="839" y="71" width="16" height="81">
<properties>
<property name="display" value="g"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end, random_boss={nb_classes=1, loot_quality="store", loot_quantity=1, no_loot_randart=true, rank=3,}}}"/>
</properties>
</object>
<object name="Orcs" x="835" y="1893" width="16" height="81">
<properties>
<property name="display" value="g"/>
<property name="value" value="{random_filter={type='humanoid', subtype='orc', special=function(e) return e.pride == 'vor' end, random_boss={nb_classes=1, loot_quality="store", loot_quantity=1, no_loot_randart=true, rank=3,}}}"/>
</properties>
</object>
</objectgroup>
</map>