2021-04-08 19:53:24 +02:00
|
|
|
|
2021-04-01 11:40:58 +02:00
|
|
|
[technology-name]
|
|
|
|
|
{% for original_tech_name, item_name, receiving_player in locations %}
|
2021-05-03 18:06:21 +02:00
|
|
|
{%- if visibility -%}
|
2021-04-01 11:40:58 +02:00
|
|
|
ap-{{ tech_table[original_tech_name] }}-={{ player_names[receiving_player] }}'s {{ item_name }}
|
2021-05-03 18:06:21 +02:00
|
|
|
{% else %}
|
2021-04-08 19:53:24 +02:00
|
|
|
ap-{{ tech_table[original_tech_name] }}-= An Archipelago Sendable
|
2021-05-03 18:06:21 +02:00
|
|
|
{%- endif -%}
|
2021-04-01 11:40:58 +02:00
|
|
|
{% endfor %}
|
2021-05-03 18:06:21 +02:00
|
|
|
|
2021-04-01 11:40:58 +02:00
|
|
|
[technology-description]
|
|
|
|
|
{% for original_tech_name, item_name, receiving_player in locations %}
|
2021-05-03 18:06:21 +02:00
|
|
|
{%- if visibility -%}
|
2021-04-06 02:20:13 +02:00
|
|
|
ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}.
|
2021-05-03 18:06:21 +02:00
|
|
|
{% else %}
|
2021-04-08 19:53:24 +02:00
|
|
|
ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone.
|
2021-05-03 18:06:21 +02:00
|
|
|
{%- endif -%}
|
2021-04-01 11:40:58 +02:00
|
|
|
{% endfor %}
|