Factorio integration
This commit is contained in:
8
data/factorio/mod_template/locale/en/locale.cfg
Normal file
8
data/factorio/mod_template/locale/en/locale.cfg
Normal file
@@ -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