Skip to content

Commit

Permalink
Sky Island - Make secure storage boxes waterproof (CleverRaven#71987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueflowerss authored Feb 26, 2024
1 parent a981530 commit ce0fc0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/mods/Sky_Island/secure_container.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"max_contains_volume": "500 ml",
"max_contains_weight": "100 kg",
"max_item_length": "2000 cm",
"watertight": true,
"moves": 10,
"volume_encumber_modifier": 0
}
Expand Down Expand Up @@ -51,6 +52,7 @@
"max_contains_volume": "750 ml",
"max_contains_weight": "100 kg",
"max_item_length": "2000 cm",
"watertight": true,
"moves": 10,
"volume_encumber_modifier": 0
}
Expand Down Expand Up @@ -85,6 +87,7 @@
"max_contains_volume": "1000 ml",
"max_contains_weight": "100 kg",
"max_item_length": "2000 cm",
"watertight": true,
"moves": 10,
"volume_encumber_modifier": 0
}
Expand Down Expand Up @@ -119,6 +122,7 @@
"max_contains_volume": "1500 ml",
"max_contains_weight": "100 kg",
"max_item_length": "2000 cm",
"watertight": true,
"moves": 10,
"volume_encumber_modifier": 0
}
Expand Down Expand Up @@ -153,6 +157,7 @@
"max_contains_volume": "2000 ml",
"max_contains_weight": "100 kg",
"max_item_length": "2000 cm",
"watertight": true,
"moves": 10,
"volume_encumber_modifier": 0
}
Expand Down

0 comments on commit ce0fc0c

Please sign in to comment.