-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
3,347 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
257 changes: 257 additions & 0 deletions
257
ProjectSquirrel/furniture_and_terrain/terrain-flora.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,257 @@ | ||
[ | ||
{ | ||
"type": "terrain", | ||
"id": "t_tree_cacao", | ||
"name": "카카오나무", | ||
"description": "중남미 원산의 아욱목 아욱과의 두꺼운 나무로, 유전공학의 힘으로 뉴잉글랜드의 사계절을 버틸 수 있게 개량되었습니다. 나무줄기를 살펴보면 아직 따지 않고 남은 카카오 열매가 있는 게 보입니다. 대재앙에도 초콜릿만큼은 포기할 수 없죠, 암. 적절한 도구가 있다면 벌목할 수 있습니다.", | ||
"symbol": "7", | ||
"color": [ "green", "yellow_yellow", "green", "brown" ], | ||
"move_cost": 0, | ||
"coverage": 80, | ||
"flags": [ "FLAMMABLE_ASH", "NOITEM", "SUPPORTS_ROOF", "TREE", "REDUCE_SCENT" ], | ||
"transforms_into": "t_tree_cacao_harvested", | ||
"examine_action": "harvest_ter", | ||
"looks_like": "t_tree_hickory", | ||
"harvest_by_season": [ | ||
{ "seasons": [ "summer" ], "entries": [ { "drop": "cacao_pod", "base_num": [ 2, 5 ], "scale_num": [ 0, 0.5 ] } ] } | ||
], | ||
"bash": { | ||
"str_min": 80, | ||
"str_max": 180, | ||
"sound": "crunch!", | ||
"sound_fail": "whack!", | ||
"ter_set": "t_dirt", | ||
"items": [ { "item": "stick_long", "count": [ 3, 10 ] }, { "item": "splinter", "count": [ 10, 25 ] } ] | ||
} | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_tree_cacao_harvested", | ||
"name": "카카오나무", | ||
"description": "중남미 원산의 아욱목 아욱과의 두꺼운 나무로, 유전공학의 힘으로 뉴잉글랜드의 사계절을 버틸 수 있게 개량되었습니다. 지금 당장은 수확할만한 카카오 열매가 없는 것 같습니다. 적절한 도구가 있다면 벌목할 수 있습니다.", | ||
"symbol": "7", | ||
"color": [ "green", "green", "green", "brown" ], | ||
"move_cost": 0, | ||
"coverage": 80, | ||
"flags": [ "FLAMMABLE_ASH", "NOITEM", "SUPPORTS_ROOF", "TREE", "REDUCE_SCENT", "HARVESTED" ], | ||
"transforms_into": "t_tree_cacao", | ||
"examine_action": "harvested_plant", | ||
"looks_like": "t_tree_hickory_harvested", | ||
"bash": { | ||
"str_min": 80, | ||
"str_max": 180, | ||
"sound": "crunch!", | ||
"sound_fail": "whack!", | ||
"ter_set": "t_dirt", | ||
"items": [ { "item": "stick_long", "count": [ 3, 10 ] }, { "item": "splinter", "count": [ 10, 25 ] } ] | ||
} | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_tree_coca", | ||
"name": "코카나무", | ||
"description": "남아메리카 원산의 말피기아목 코카나무과의 나무로, 수천 년 전부터 코카잎은 의약품과 강장제, 차로 이용되어왔습니다. 이상하게도, 어째서인지 이 나무 또한 유전공학의 힘으로 뉴잉글랜드의 기후를 버틸 수 있도록 개량되었습니다. 적절한 도구가 있다면 벌목할 수 있습니다.", | ||
"symbol": "7", | ||
"color": [ "light_green", "light_green", "light_green", "light_green" ], | ||
"move_cost": 4, | ||
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "NOITEM", "REDUCE_SCENT" ], | ||
"transforms_into": "t_tree_coca_harvested", | ||
"examine_action": "harvest_ter", | ||
"looks_like": "t_tree_young", | ||
"harvest_by_season": [ | ||
{ | ||
"seasons": [ "spring", "summer", "autumn" ], | ||
"entries": [ { "drop": "coca_leaf", "base_num": [ 4, 20 ], "scale_num": [ 0, 0.5 ] } ] | ||
} | ||
], | ||
"bash": { | ||
"str_min": 4, | ||
"str_max": 50, | ||
"sound": "crunch!", | ||
"sound_fail": "whack!", | ||
"ter_set": "t_dirt", | ||
"items": [ { "item": "stick_long", "count": [ 0, 5 ] } ] | ||
} | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_tree_coca_harvested", | ||
"name": "코카나무", | ||
"description": "남아메리카 원산의 말피기아목 코카나무과의 나무로, 수천 년 전부터 코카잎은 의약품과 강장제, 차로 이용되어왔습니다. 지금 당장은 수확할만한 코카잎이 없는 것 같습니다. 적절한 도구가 있다면 벌목할 수 있습니다.", | ||
"symbol": "7", | ||
"color": [ "green", "green", "green", "green" ], | ||
"move_cost": 4, | ||
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "NOITEM", "REDUCE_SCENT", "HARVESTED" ], | ||
"transforms_into": "t_tree_coca", | ||
"examine_action": "harvested_plant", | ||
"looks_like": "t_tree_young", | ||
"bash": { | ||
"str_min": 4, | ||
"str_max": 50, | ||
"sound": "crunch!", | ||
"sound_fail": "whack!", | ||
"ter_set": "t_dirt", | ||
"items": [ { "item": "stick_long", "count": [ 0, 5 ] } ] | ||
} | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "coca_leaf", | ||
"looks_like": "raw_edamame", | ||
"name": { "str": "코카잎", "str_pl": "코카잎" }, | ||
"weight": "2 g", | ||
"color": "green", | ||
"fatigue_mod": -10, | ||
"stim": 7, | ||
"container": "bag_plastic", | ||
"comestible_type": "FOOD", | ||
"symbol": "%", | ||
"calories": 17, | ||
"description": "코카잎입니다. 오래 전부터 현재까지 의약품과 기호식품 등으로 이용해왔으며, 씹으면 약한 쾌감을 느낄 수 있습니다. 코카잎 자로 끓여서 먹을 수도 있고, 생으로 먹을 수도 있습니다. 하지만 많이 먹으면 중독현상을 일으킬 수 있습니다.", | ||
"price": 18, | ||
"price_postapoc": 24, | ||
"addiction_potential": 6, | ||
"addiction_type": "cocaine", | ||
"material": "veggy", | ||
"primary_material": "dried_vegetable", | ||
"volume": "250 ml", | ||
"flags": [ "RAW", "IRREPLACEABLE_CONSUMABLE" ], | ||
"charges": 20, | ||
"fun": 6 | ||
}, | ||
{ | ||
"type": "recipe", | ||
"result": "coke", | ||
"category": "CC_CHEM", | ||
"subcategory": "CSC_CHEM_DRUGS", | ||
"skill_used": "cooking", | ||
"difficulty": 6, | ||
"time": "150 m", | ||
"batch_time_factors": [ 80, 5 ], | ||
"book_learn": [ [ "textbook_chemistry", 6 ], [ "adv_chemistry", 6 ], [ "atomic_survival", 5 ], [ "recipe_labchem", 5 ] ], | ||
"qualities": [ { "id": "CHEM", "level": 3 } ], | ||
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], | ||
"components": [ [ [ "gasoline", 5 ], [ "lamp_oil", 5 ], [ "ether", 5 ] ], [ [ "material_quicklime", 50 ] ], [ [ "coca_leaf", 100 ] ] ] | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "coca_tea", | ||
"looks_like": "tea", | ||
"name": "코카잎 차", | ||
"weight": "250 g", | ||
"color": "brown", | ||
"fatigue_mod": -9, | ||
"stim": 7, | ||
"container": "bottle_plastic", | ||
"comestible_type": "DRINK", | ||
"symbol": "~", | ||
"quench": 40, | ||
"calories": 2, | ||
"description": "코카나무의 잎에 뜨거운 물을 부어 만든 향긋한 음료. 마시면 코카인 성분으로 인한 약한 쾌감을 느낄 수 있지만, 너무 자주 마시면 중독현상을 일으킬 수 있습니다.", | ||
"price": 90, | ||
"price_postapoc": 40, | ||
"addiction_potential": 4, | ||
"addiction_type": "cocaine", | ||
"volume": "250 ml", | ||
"material": [ "water" ], | ||
"phase": "liquid", | ||
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ], | ||
"fun": 10 | ||
}, | ||
{ | ||
"type": "recipe", | ||
"result": "coca_tea", | ||
"category": "CC_FOOD", | ||
"subcategory": "CSC_FOOD_DRINKS", | ||
"skill_used": "cooking", | ||
"time": "10 m", | ||
"autolearn": true, | ||
"batch_time_factors": [ 80, 5 ], | ||
"qualities": [ { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "water_boiling_heat", 2, "LIST" ] ] ], | ||
"components": [ [ [ "coca_leaf", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "cacao_pod", | ||
"name": { "str_sp": "카카오 열매" }, | ||
"weight": "508 g", | ||
"color": "yellow_yellow", | ||
"spoils_in": "360 days", | ||
"comestible_type": "FOOD", | ||
"symbol": "%", | ||
"quench": 2, | ||
"healthy": 1, | ||
"stim": 1, | ||
"calories": 403, | ||
"description": "테오브로마 카카오로 알려진 카카오 열매는 초콜릿을 만드는 데 사용되는 코코아 콩의 원료입니다. 달콤한 맛의 하얀 과육으로 둘러싸인 코코아 콩이 들어 있는 열대 과일입니다. 이 콩은 수확, 발효, 가공을 거쳐 다양한 초콜릿 제품으로 생산됩니다.", | ||
"price": 500, | ||
"price_postapoc": 200, | ||
"material": "fruit", | ||
"//": "cacao is actually a fruit.", | ||
"volume": "500 ml", | ||
"cooks_like": "beans_cooked", | ||
"flags": [ "RAW", "IRREPLACEABLE_CONSUMABLE" ], | ||
"vitamins": [ [ "vitC", 3 ], [ "calcium", 106 ], [ "iron", 4 ], [ "iron", 4 ] ], | ||
"fun": 4 | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "cacao_nibs", | ||
"looks_like": "choco_coffee_beans", | ||
"price": 50, | ||
"container": "bag_plastic", | ||
"material": "fruit", | ||
"name": { "str_sp": "카카오닙스" }, | ||
"symbol": "%", | ||
"color": "brown", | ||
"description": "발효되고 구운 카카오 콩으로, 초콜릿의 가장 원시적인 형태입니다. 갈아서 초콜릿으로 만들 수 있습니다.", | ||
"comestible_type": "FOOD", | ||
"addiction_type": "caffeine", | ||
"addiction_potential": 1, | ||
"stim": 2, | ||
"healthy": 1, | ||
"calories": 53, | ||
"volume": "200 ml", | ||
"vitamins": [ [ "calcium", 4 ], [ "iron", 8 ] ], | ||
"flags": [ ], | ||
"charges": 50, | ||
"stack_size": 100, | ||
"weight": "100 g" | ||
}, | ||
{ | ||
"type": "recipe", | ||
"result": "cacao_nibs", | ||
"category": "CC_FOOD", | ||
"subcategory": "CSC_FOOD_OTHER", | ||
"skill_used": "cooking", | ||
"difficulty": 2, | ||
"time": "60 m", | ||
"//": "The original fermentation and roasting process for making cacao nibs can take anywhere from two days to a week, depending on the cacao variety, but I cut it down to an hour to avoid that hassle.", | ||
"charges": 30, | ||
"autolearn": true, | ||
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], | ||
"components": [ [ [ "cacao_pod", 1 ] ] ] | ||
}, | ||
{ | ||
"id": "chocolate", | ||
"type": "COMESTIBLE", | ||
"copy-from": "chocolate", | ||
"name": { "str": "chocolate bar" }, | ||
"flags": [ "NUTRIENT_OVERRIDE" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"result": "chocolate", | ||
"category": "CC_FOOD", | ||
"subcategory": "CSC_FOOD_SNACK", | ||
"skill_used": "cooking", | ||
"difficulty": 2, | ||
"time": "30 m", | ||
"batch_time_factors": [ 80, 5 ], | ||
"book_learn": [ [ "cookbook_foodfashions", 2 ], [ "mag_cooking", 2 ], [ "sweets_book", 1 ] ], | ||
"qualities": [ { "id": "COOK", "level": 2 } ], | ||
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ], | ||
"components": [ [ [ "cacao_nibs", 10 ] ], [ [ "cacao_nibs", 5 ], [ "cooking_oil", 2 ] ], [ [ "sugar", 15 ] ] ] | ||
} | ||
] |
Oops, something went wrong.