|
2020 | 2020 | "to_hit": -2,
|
2021 | 2021 | "flags": [ "TRADER_AVOID", "FIREWOOD" ]
|
2022 | 2022 | },
|
| 2023 | + { |
| 2024 | + "type": "GENERIC", |
| 2025 | + "id": "brew_sake_koji", |
| 2026 | + "looks_like": "rice_cooked", |
| 2027 | + "name": { "str_sp": "unfinished koji rice" }, |
| 2028 | + "description": "Some cooked rice mixed with yeast and koji mold fragments, set aside to let koji mold grow on it so that it can make a passable sake base.", |
| 2029 | + "weight": "200 g", |
| 2030 | + "color": "white", |
| 2031 | + "container": "bottle_glass", |
| 2032 | + "flags": [ "TRADER_AVOID" ], |
| 2033 | + "symbol": "%", |
| 2034 | + "price": 0, |
| 2035 | + "volume": "250 ml", |
| 2036 | + "category": "food", |
| 2037 | + "use_action": { |
| 2038 | + "target": "sake_koji_rice", |
| 2039 | + "msg": "The koji mold seems to have overtaken all the rice; this batch is usable now.", |
| 2040 | + "moves": 50, |
| 2041 | + "type": "delayed_transform", |
| 2042 | + "transform_age": 345600, |
| 2043 | + "not_ready_msg": "The koji mold is still growing." |
| 2044 | + } |
| 2045 | + }, |
| 2046 | + { |
| 2047 | + "type": "GENERIC", |
| 2048 | + "id": "sake_koji_rice", |
| 2049 | + "looks_like": "rice_cooked", |
| 2050 | + "name": { "str_sp": "koji rice" }, |
| 2051 | + "weight": "200 g", |
| 2052 | + "color": "white", |
| 2053 | + "container": "bag_plastic", |
| 2054 | + "symbol": "%", |
| 2055 | + "description": "Some rice covered in koji mold, mixed in with yeast. Useful for making sake, but not really tasty on its own. Smells vaguely of chestnuts.", |
| 2056 | + "price": 0, |
| 2057 | + "volume": "250 ml" |
| 2058 | + }, |
| 2059 | + { |
| 2060 | + "type": "GENERIC", |
| 2061 | + "id": "young_koji", |
| 2062 | + "looks_like": "rice_cooked", |
| 2063 | + "name": { "str_sp": "growing wild koji mold" }, |
| 2064 | + "description": "Some cooked rice sprinkled with ash and wrapped into a corn husk. If left alone for a while, it will most likely grow koji mold.", |
| 2065 | + "weight": "200 g", |
| 2066 | + "color": "white", |
| 2067 | + "flags": [ "TRADER_AVOID" ], |
| 2068 | + "symbol": ",", |
| 2069 | + "price": 0, |
| 2070 | + "volume": "250 ml", |
| 2071 | + "use_action": { |
| 2072 | + "target": "young_koji_done", |
| 2073 | + "msg": "The patches of koji mold have grown on the rice; you can now extract it.", |
| 2074 | + "moves": 50, |
| 2075 | + "type": "delayed_transform", |
| 2076 | + "transform_age": 345600, |
| 2077 | + "not_ready_msg": "The koji mold hasn't grown yet." |
| 2078 | + } |
| 2079 | + }, |
| 2080 | + { |
| 2081 | + "type": "GENERIC", |
| 2082 | + "id": "young_koji_done", |
| 2083 | + "looks_like": "rice_cooked", |
| 2084 | + "name": { "str_sp": "grown wild koji mold" }, |
| 2085 | + "description": "Some cooked rice sprinkled with ash and wrapped into a corn husk. It has grown patches of koji mold inside; disassemble this item to extract it.", |
| 2086 | + "weight": "200 g", |
| 2087 | + "color": "white", |
| 2088 | + "symbol": ",", |
| 2089 | + "price_postapoc": 50, |
| 2090 | + "volume": "250 ml" |
| 2091 | + }, |
| 2092 | + { |
| 2093 | + "type": "GENERIC", |
| 2094 | + "id": "soy_wheat_dough", |
| 2095 | + "looks_like": "flour", |
| 2096 | + "name": { "str_sp": "soy and wheat dough" }, |
| 2097 | + "description": "Some dough made from cooked and mashed soybeans and wheat flour, wrapped in wet paper. If left to dry for some time, it'll grow koji mold, as necessary for making soy sauce.", |
| 2098 | + "weight": "550 g", |
| 2099 | + "color": "white", |
| 2100 | + "flags": [ "TRADER_AVOID" ], |
| 2101 | + "symbol": "%", |
| 2102 | + "price": 0, |
| 2103 | + "volume": "500 ml", |
| 2104 | + "use_action": { |
| 2105 | + "target": "soy_wheat_dough_done", |
| 2106 | + "msg": "The koji mold seems to have overtaken all the dough; this batch is usable now.", |
| 2107 | + "moves": 50, |
| 2108 | + "type": "delayed_transform", |
| 2109 | + "transform_age": 345600, |
| 2110 | + "not_ready_msg": "The koji mold hasn't grown yet." |
| 2111 | + } |
| 2112 | + }, |
| 2113 | + { |
| 2114 | + "type": "GENERIC", |
| 2115 | + "id": "soy_wheat_dough_done", |
| 2116 | + "looks_like": "flour", |
| 2117 | + "name": { "str_sp": "soy and wheat dough with koji" }, |
| 2118 | + "weight": "550 g", |
| 2119 | + "color": "white", |
| 2120 | + "symbol": "%", |
| 2121 | + "description": "A block of dried dough made from cooked and mashed soybeans and wheat flour, covered with koji mold. Usable for making soy sauce.", |
| 2122 | + "price": 0, |
| 2123 | + "volume": "500 ml" |
| 2124 | + }, |
2023 | 2125 | {
|
2024 | 2126 | "type": "GENERIC",
|
2025 | 2127 | "id": "poppy_bud",
|
|
0 commit comments