mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-25 23:29:57 -07:00
Factorio integration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[technology-name]
|
||||
{% for original_tech_name, item_name, receiving_player in locations %}
|
||||
ap-{{ tech_table[original_tech_name] }}-={{ player_names[receiving_player] }}'s {{ item_name }}
|
||||
{% endfor %}
|
||||
[technology-description]
|
||||
{% for original_tech_name, item_name, receiving_player in locations %}
|
||||
"ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}.
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user