Skip to content

Commit

Permalink
fix mythos (#61529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Oct 8, 2022
1 parent 2e684b1 commit 6c1d807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_drystone_wall", 2 ],
[ "t_adobe_brick_wall", 4 ],
[ "t_concrete_wall", 4 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_rock_wall", 3 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
},
"window_type": {
"type": "ter_str_id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_drystone_wall", 2 ],
[ "t_adobe_brick_wall", 4 ],
[ "t_concrete_wall", 4 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_rock_wall", 3 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
},
"house_fence_type": {
"type": "ter_str_id",
Expand Down

0 comments on commit 6c1d807

Please sign in to comment.