Skip to content

Commit

Permalink
feat: Adjustments to an arrival vault
Browse files Browse the repository at this point in the history
For `tekkud_arrival_beachfront_property`, reduce the number of fog
machines, since they're overlapping each other. Add yellow color to the
floor for the tiles with sand floor tiles. Reorder DES, reindent, and
checkwhite.
  • Loading branch information
gammafunk committed Dec 7, 2022
1 parent 84d97b0 commit ea827eb
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions crawl-ref/source/dat/des/arrival/large.des
Original file line number Diff line number Diff line change
Expand Up @@ -1168,24 +1168,25 @@ cccccccc+c+c+cccccccc
ccccc
ENDMAP

NAME: tekkud_arrival_beachfront_property
TAGS: arrival no_monster_gen no_trap_gen no_pool_fixup
ORIENT: north
FTILE: '_t{ = floor_sand
KFEAT: z = open_sea
KFEAT: _ = abandoned_shop
NAME: tekkud_arrival_beachfront_property
TAGS: arrival no_monster_gen no_trap_gen no_pool_fixup
ORIENT: north
KMASK: .T = no_item_gen
MARKER: W = lua:fog_machine{ \
pow_max = 8, delay_min = 50, delay_max = 200, \
size = 4, start_clouds = 1}
KFEAT: z = open_sea
KFEAT: _ = abandoned_shop
KFEAT: D = W
MARKER: W = lua:fog_machine { pow_max = 8, delay_min = 50, delay_max = 200, \
size = 4, start_clouds = 1 }
FTILE: '_t{ = floor_sand
COLOUR: ' = yellow
MAP
zzzzzzzzzzzzzzzzzzzzz
zwwwwwwwwwwwwwwwwwwwz
xxxwwwwwwWWWWWWWWWwwwwwwxxx
xxxxwwwWWWWWWWWWWWWWWWWwwwxxxxxx
xxxxxwWWWWWWW'''''''WWWWWWWxxxxxxx
xzwwwwwwwwwwwwwwwwwwwzx
xxxwwwwwwDWWWDWWWDwwwwwwxxx
xxxxwwwWWWWWWWWWWWWWWWDwwwxxxxxx
xxxxxwWDWWWWW'''''''WWWWWWDxxxxxxx
xxxxxWWWWWWW''''''''''''WWWWWxxxxxxx
xxxxWWWW'''''''''{''t'_'''WWWWWxxxxx
xxxxDWWW'''''''''{''t'_'''WWWWDxxxxx
xxxxWWW''''''_'''''''''''''''''WWWxxxx
xxx'''''''_'''''t'''t''''_''t''''''xx
xx''t''_''''''''''''''''''''''_''''xx
Expand Down

0 comments on commit ea827eb

Please sign in to comment.