File tree 2 files changed +43
-2
lines changed
2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 42
42
owner = o ,
43
43
owners = os
44
44
),
45
+ ruins .MazeEntrance .nameDungeon ().format (
46
+ owner = o ,
47
+ owners = os
48
+ ),
45
49
])
Original file line number Diff line number Diff line change 36
36
class Blank (object ):
37
37
_name = 'blank'
38
38
_dnamesA = (
39
- ('' , 40 ),
39
+ ('' , 10 ),
40
+ ('Abysmal ' , 10 ),
40
41
('Accursed ' , 10 ),
41
42
('Ancient ' , 10 ),
43
+ ('Bitter ' , 10 ),
42
44
('Black ' , 10 ),
45
+ ('Bleak ' , 10 ),
46
+ ('Brutal ' , 10 ),
47
+ ('Corrupt ' , 10 ),
48
+ ('Crooked ' , 10 ),
49
+ ('Cruel ' , 10 ),
50
+ ('Crumbling ' , 10 ),
43
51
('Cursed ' , 10 ),
52
+ ('Dark ' , 10 ),
44
53
('Decayed ' , 10 ),
54
+ ('Defiled ' , 10 ),
55
+ ('Devious ' , 10 ),
45
56
('Deep ' , 10 ),
57
+ ('Dim ' , 10 ),
46
58
('Dire ' , 10 ),
59
+ ('Dusk ' , 10 ),
60
+ ('Endless ' , 10 ),
47
61
('Evil ' , 10 ),
62
+ ('Faded ' , 10 ),
63
+ ('Fallen ' , 10 ),
48
64
('Forbidden ' , 10 ),
49
65
('Forgotten ' , 10 ),
50
66
('Forsaken ' , 10 ),
67
+ ('Foul ' , 10 ),
51
68
('Grey ' , 10 ),
69
+ ('Grievous ' , 10 ),
70
+ ('Grim ' , 10 ),
52
71
('Grizzly ' , 10 ),
72
+ ('Harrowing ' , 10 ),
73
+ ('Harsh ' , 10 ),
74
+ ('Hoary ' , 10 ),
53
75
('Haunted ' , 10 ),
54
76
('Hidden ' , 10 ),
77
+ ('Howling ' , 10 ),
55
78
('Infernal ' , 10 ),
56
79
('Lost ' , 10 ),
80
+ ('Low ' , 10 ),
81
+ ('Miasmic ' , 10 ),
57
82
('Misty ' , 10 ),
83
+ ('Mouldering ' , 10 ),
58
84
('Mysterious ' , 10 ),
85
+ ('Murderous ' , 10 ),
86
+ ('Murky ' , 10 ),
87
+ ('Oppressive ' , 10 ),
88
+ ('Putrid ' , 10 ),
59
89
('Rotting ' , 10 ),
60
90
('Ruined ' , 10 ),
91
+ ('Serpentine ' , 10 ),
61
92
('Shadow ' , 10 ),
62
93
('Sunken ' , 10 ),
94
+ ('Tainted ' , 10 ),
95
+ ('Torturous ' , 10 ),
96
+ ('Vicious ' , 10 ),
97
+ ('Vile ' , 10 ),
63
98
('Wailing ' , 10 ),
99
+ ('Wicked ' , 10 ),
100
+ ('Wretched ' , 10 ),
64
101
('Whispering ' , 10 ),
65
102
)
66
103
_dnamesB = (
@@ -2209,7 +2246,7 @@ class Oasis(Blank):
2209
2246
_name = 'oasis'
2210
2247
_dnamesB = (
2211
2248
('Oasis' , 1 ),
2212
- ('{A}Oasis' , 1 ),
2249
+ ('{A}Oasis' , 5 ),
2213
2250
)
2214
2251
2215
2252
def setData (self ):
You can’t perform that action at this time.
0 commit comments