mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-08 14:28:18 -07:00
Remaining changes
* Process burnt results. * Add fluidbox info to machine definition * Recipe base cost now uses cheapest product source. * free sample exclusions no longer hard-coded * science pack pool exclusions no longer hard-coded * burnt result is forced to have cost of machine used to obtain the results factored into the cost of crafting. * name of machine is no longer assumed to be name of item. machine definition now list item sources specifically. * science pack difficulty is now the minimum of average estimated difficulty of unlocked recipes and 8. * Actually exclude archipelago-extractor from mod list.
This commit is contained in:
@@ -241,13 +241,13 @@ data:extend{new_tree_copy}
|
||||
{% endfor %}
|
||||
{% if recipe_time_scale %}
|
||||
{%- for recipe_name, recipe in recipes.items() %}
|
||||
{%- if not recipe.mining %}
|
||||
{%- if not recipe.mining and not recipe.burning %}
|
||||
adjust_energy("{{ recipe_name }}", {{ flop_random(*recipe_time_scale) }})
|
||||
{%- endif %}
|
||||
{%- endfor -%}
|
||||
{% elif recipe_time_range %}
|
||||
{%- for recipe_name, recipe in recipes.items() %}
|
||||
{%- if not recipe.mining %}
|
||||
{%- if not recipe.mining and not recipe.burning %}
|
||||
set_energy("{{ recipe_name }}", {{ flop_random(*recipe_time_range) }})
|
||||
{%- endif %}
|
||||
{%- endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user