 f0a6b5a8e4
			
		
	
	f0a6b5a8e4
	
	
	
		
			
			add visibility option fix tech_cost using the wrong variable name fix yaml defaults not init'ing the Option class LttP: fix potential pathing confusion in maseya palette shuffler Server: Minimum version per team made no sense, removed
		
			
				
	
	
		
			17 lines
		
	
	
		
			694 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			694 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| 
 | |
| [technology-name]
 | |
| {% for original_tech_name, item_name, receiving_player in locations %}
 | |
| {%- if visibility %}
 | |
| ap-{{ tech_table[original_tech_name] }}-={{ player_names[receiving_player] }}'s {{ item_name }}
 | |
| {%- else %}
 | |
| ap-{{ tech_table[original_tech_name] }}-= An Archipelago Sendable
 | |
| {%- endif %}
 | |
| {% endfor %}
 | |
| [technology-description]
 | |
| {% for original_tech_name, item_name, receiving_player in locations %}
 | |
| {%- if visibility %}
 | |
| ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}.
 | |
| {%- else %}
 | |
| ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone.
 | |
| {%- endif %}
 | |
| {% endfor %} |