Skip to content

Commit

Permalink
standard house palette update - bedside table (#1909)
Browse files Browse the repository at this point in the history
* [CDDA PORT] adding house_34

adding house_34

* add 2storymodern03

add new house

* Update 2storymodern03.json

* Update 2storymodern03.json

* standard house palette update

added furniture -- nightstand

* Update palettes.json
  • Loading branch information
LilShiningMan authored Sep 29, 2022
1 parent 1682824 commit 4ea997d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions data/json/mapgen/house/2storymodern03.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"^^^^######### T#^",
"^^^^#D,$,,,,+ #^",
"^^^^#,,,,h,,###++#++# #^",
"^^^^#C@@,II,+d#zz#LL#<#^",
"^^^^#¤@@,II,+d#zz#LL#<#^",
"^^^^###################^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
Expand All @@ -46,7 +46,7 @@
"@": "t_carpet_red",
"$": "t_carpet_red",
"D": "t_carpet_red",
"C": "t_carpet_red"
"¤": "t_carpet_red"
},
"furniture": { "!": "f_counter", "$": "f_bigmirror" }
}
Expand Down Expand Up @@ -128,7 +128,7 @@
"....#d + y!#.",
"....od T bRRRR# o.",
"....#D @@ #+######+## #.",
"....##C@@C# d#v R#>o.",
"....##¤@@¤# d#v R#>o.",
".....#::::#Dd#Ph z!R#y#.",
"..........#####rr#o####.",
"..............#oo#.^....",
Expand All @@ -149,8 +149,8 @@
",": "t_floor_noroof",
"₸": "t_floor_noroof"
},
"furniture": { "!": "f_table", "₸": "f_deckchair", "C": "f_table" },
"items": { "!": { "item": "table_foyer", "chance": 50 }, "C": { "item": "nightstand", "chance": 30 } }
"furniture": { "!": "f_table", "₸": "f_deckchair" },
"items": { "!": { "item": "table_foyer", "chance": 50 } }
}
},
{
Expand Down
4 changes: 3 additions & 1 deletion data/json/mapgen_palettes/house_general_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"@": "f_bed",
"Ø": "f_pinball_machine",
"Æ": "f_arcade_machine",
"ʭ": "f_ladder"
"ʭ": "f_ladder",
"¤": "f_table"
},
"terrain": {
"a": "t_thconc_floor",
Expand Down Expand Up @@ -188,6 +189,7 @@
{ "item": "harddrugs", "chance": 2 }
],
"9": { "item": "shower", "chance": 30, "repeat": [ 1, 2 ] },
"¤": { "item": "nightstand", "chance": 30 },
"@": { "item": "bed", "chance": 50 },
"Z": { "item": "laundry", "chance": 100 },
"W": { "item": "laundry", "chance": 50 },
Expand Down
3 changes: 2 additions & 1 deletion data/mods/No_Hope/palettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"≠": "f_locker",
"Ø": "f_pinball_machine",
"Æ": "f_arcade_machine",
"ʭ": "f_ladder"
"ʭ": "f_ladder",
"¤": "f_table"
},
"terrain": {
"a": "t_thconc_floor",
Expand Down

0 comments on commit 4ea997d

Please sign in to comment.