2021-04-08 17:53:24 +00:00
2021-04-01 09:40:58 +00:00
[technology-name]
2021-05-22 08:46:27 +00:00
{% for original_tech_name, item_name, receiving_player, advancement in locations %}
2021-06-21 20:25:49 +00:00
{%- if tech_tree_information = = 2 -%}
2021-04-01 09:40:58 +00:00
ap-{{ tech_table[original_tech_name] }}- = {{ player_names[receiving_player] }}'s {{ item_name }}
2021-05-03 16:06:21 +00:00
{% else %}
2021-06-21 20:25:49 +00:00
ap-{{ tech_table[original_tech_name] }}- = An Archipelago Sendable
2021-05-03 16:06:21 +00:00
{%- endif -%}
2021-04-01 09:40:58 +00:00
{% endfor %}
2021-05-03 16:06:21 +00:00
2021-04-01 09:40:58 +00:00
[technology-description]
2021-05-22 08:46:27 +00:00
{% for original_tech_name, item_name, receiving_player, advancement in locations %}
2021-06-22 00:00:35 +00:00
{%- if tech_tree_information = = 2 %}
2021-05-22 08:46:27 +00:00
ap-{{ tech_table[original_tech_name] }}- = Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}{% if advancement %}, which is considered a logical advancement{% endif %}.
2021-06-22 00:00:35 +00:00
{%- elif tech_tree_information = = 1 and advancement %}
2021-06-21 20:25:49 +00:00
ap-{{ tech_table[original_tech_name] }}- = Researching this technology sends something to someone, which is considered a logical advancement.
2021-06-22 00:00:35 +00:00
{%- else %}
2021-04-08 17:53:24 +00:00
ap-{{ tech_table[original_tech_name] }}- = Researching this technology sends something to someone.
2021-05-03 16:06:21 +00:00
{%- endif -%}
2021-04-01 09:40:58 +00:00
{% endfor %}