Skip to content

Commit

Permalink
202311132048 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleJake committed Nov 13, 2023
1 parent 8314280 commit 52c0b20
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ProjectSquirrel/furniture_and_terrain/terrain-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"type": "terrain",
"id": "t_tree_coca",
"name": "코카나무",
"description": "남아메리카 원산의 말피기아목 코카나무과의 나무로, 수천 년 전부터 코카잎은 의약품과 강장제, 차로 이용되어왔습니다. 이상하게도, 어째서인지 이 나무 또한 유전공학의 힘으로 뉴잉글랜드의 기후를 버틸 수 있도록 개량되었습니다. 적절한 도구가 있다면 벌목할 수 있습니다.",
"description": "남아메리카 원산의 말피기아목 코카나무과의 나무로, 수천 년 전부터 코카잎은 의약품과 강장제, 차로 이용되어왔습니다. 이상하게도, 어째서인지 이 나무 또한 유전공학의 힘으로 뉴잉글랜드의 기후를 버틸 수 있도록 개량되었습니다. 나무줄기를 살펴보면 아직 따지 않고 남은 코카잎이 있는 게 보입니다. 적절한 도구가 있다면 벌목할 수 있습니다.",
"symbol": "7",
"color": [ "light_green", "light_green", "light_green", "light_green" ],
"move_cost": 4,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSquirrel/mod_tileset/sq_mech_large.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
{ "id": "overlay_wielded_broken_sq_mech_light", "fg": 5, "rotates": false },
{ "id": "overlay_wielded_broken_sq_mech_light_2", "fg": 5, "rotates": false },
{ "id": "t_tree_cacao", "fg": 6, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_autumn", "fg": 9, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_autumn", "fg": 7, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_spring", "fg": 8, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_summer", "fg": 7, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_summer", "fg": 9, "bg": 11, "rotates": false },
{ "id": "t_tree_cacao_season_winter", "fg": 10, "bg": 12, "rotates": false },
{ "id": "t_tree_cacao_harvested", "fg": 6, "rotates": false },
{ "id": "t_tree_cacao_harvested_season_autumn", "fg": 6, "bg": 11, "rotates": false },
Expand Down
Binary file modified ProjectSquirrel/mod_tileset/sq_mech_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions ProjectSquirrel/regional_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"region_terrain_and_furniture": {
"terrain": {
"t_region_tree": {
"t_tree_cacao": 3,
"t_tree_coca": 3
"t_tree_cacao": 2,
"t_tree_coca": 2
},
"t_region_tree_shade": {
"t_tree_cacao": 3,
"t_tree_coca": 3
"t_tree_cacao": 2,
"t_tree_coca": 2
},
"t_region_tree_fruit": {
"t_tree_cacao": 3
"t_tree_cacao": 2
},
"t_region_tree_evergreen": { "t_tree_pine": 32, "t_tree_juniper": 16, "t_tree_deadpine": 2, "t_tree_cacao": 4, "t_tree_coca": 3 }
"t_region_tree_evergreen": { "t_tree_pine": 32, "t_tree_juniper": 16, "t_tree_deadpine": 2 }
}
},
"overmap_feature_flag_settings": { "clear_blacklist": false, "blacklist": [ ], "clear_whitelist": false, "whitelist": [ ] }
Expand Down

0 comments on commit 52c0b20

Please sign in to comment.