| 
									
										
										
										
											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-04-08 19:53:24 +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-04-08 19:53:24 +02:00
										 |  |  | {%- else %} | 
					
						
							|  |  |  | ap-{{ tech_table[original_tech_name] }}-= An Archipelago Sendable | 
					
						
							|  |  |  | {%- endif %} | 
					
						
							| 
									
										
										
										
											2021-04-01 11:40:58 +02:00
										 |  |  | {% endfor %} | 
					
						
							|  |  |  | [technology-description] | 
					
						
							|  |  |  | {% for original_tech_name, item_name, receiving_player in locations %} | 
					
						
							| 
									
										
										
										
											2021-04-08 19:53:24 +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-04-08 19:53:24 +02:00
										 |  |  | {%- else %} | 
					
						
							|  |  |  | ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends something to someone. | 
					
						
							|  |  |  | {%- endif %} | 
					
						
							| 
									
										
										
										
											2021-04-01 11:40:58 +02:00
										 |  |  | {% endfor %} |