Files
Grinch-AP/data/factorio/mod_template/locale/en/locale.cfg
Fabian Dill bc1d0ed583 Update Factorio mod to give free samples
(for now always, probably an option later)
2021-04-06 02:20:13 +02:00

8 lines
438 B
INI

[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 %}