Implement CSV / TSV import (#45)

- add csv/tsv importer
- add `make_map` script function
- add `alt name` field property
- add `construction script` field property
- add `construction script` game property
This commit is contained in:
GenevensiS
2025-06-09 04:53:33 +02:00
committed by GitHub
parent 6cac4ae0dc
commit 87fbc0e80e
21 changed files with 521 additions and 63 deletions
@@ -13,6 +13,7 @@ $built_in_functions = array(
'to_color' =>'',
'to_image' =>'',
'to_date' =>'',
'make_map' =>'',
// numbers
'abs' =>'',
'random_int' =>'',