A* pathfinding, autopilot, WIP radar rendering, proper location names, character skills shown in menus, got rid of PreviewCharacter, mantis
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
width = "64" height ="32" resizehorizontal="true" body="true" health="500"/>
|
||||
|
||||
<topwindow sprite="Content/Map/testroom.png" sourcerect="208,352,128,80" depth ="0.05"
|
||||
width = "128" height ="80" body="true" health="100"/>
|
||||
width = "128" height ="80" body="true" health="100"/>
|
||||
|
||||
<verticalwindow sprite="Content/Map/testroom.png" sourcerect="256,784,128,224" depth ="0.05"
|
||||
width = "128" height ="224" body="true" health="100"/>
|
||||
|
||||
<smallhorizontalback sprite="Content/Map/testroom.png" sourcerect="0,65,896,32" depth ="0.4"
|
||||
width = "128" height ="32" resizehorizontal="true"/>
|
||||
|
||||
@@ -0,0 +1,91 @@
|
||||
Annwn
|
||||
Argadnel
|
||||
Balagtan
|
||||
Dyfed
|
||||
Falga
|
||||
Moytura
|
||||
Powys
|
||||
Tara
|
||||
Arran Chaos
|
||||
Conamara Chaos
|
||||
Murias Chaos
|
||||
Narbeth Chaos
|
||||
Rathmore Chaos
|
||||
Thotep Chaos
|
||||
Cilicia Flexus
|
||||
Delphi Flexus
|
||||
Gortyna Flexus
|
||||
Phocis Flexus
|
||||
Sidon Flexus
|
||||
Adonis Linea
|
||||
Agave Linea
|
||||
Agenor Linea
|
||||
Alphesiboea Linea
|
||||
Androgeos Linea
|
||||
Argiope Linea
|
||||
Asterius Linea
|
||||
Astypalaea Linea
|
||||
Autonoe Linea
|
||||
Belus Linea
|
||||
Butterdon Linea
|
||||
Cadmus Linea
|
||||
Chthonius Linea
|
||||
Corick Linea
|
||||
Drizzlecomb Linea
|
||||
Drumskinny Linea
|
||||
Echion Linea
|
||||
Euphemus Linea
|
||||
Glaukos Linea
|
||||
Harmonia Linea
|
||||
Hyperenor Linea
|
||||
Ino Linea
|
||||
Katreus Linea
|
||||
Kennet Linea
|
||||
Libya Linea
|
||||
Mehen Linea
|
||||
Merrivale Linea
|
||||
Minos Linea
|
||||
Onga Linea
|
||||
Pelagon Linea
|
||||
Pelorus Linea
|
||||
Phineus Linea
|
||||
Phoenix Linea
|
||||
Rhadamanthys Linea
|
||||
Sarpedon Linea
|
||||
Sharpitor Linea
|
||||
Sparti Linea
|
||||
Staldon Linea
|
||||
Tectamus Linea
|
||||
Telephassa Linea
|
||||
Thasus Linea
|
||||
Thynia Linea
|
||||
Tormsdale Linea
|
||||
Udaeus Linea
|
||||
Yelland Linea
|
||||
Boeotia Macula
|
||||
Castalia Macula
|
||||
Cyclades Macula
|
||||
Sabbati Macula
|
||||
Thera Macula
|
||||
Thrace Macula
|
||||
Apep
|
||||
Milda
|
||||
Ana
|
||||
Anid
|
||||
Noctae
|
||||
Set
|
||||
Berith
|
||||
Hyldemoer
|
||||
Arid Troma
|
||||
New Iapetus
|
||||
Alkonost
|
||||
Skaani
|
||||
Topol
|
||||
Sontu
|
||||
Nome
|
||||
Attis
|
||||
Bast
|
||||
Ashvini II
|
||||
Oshan
|
||||
Vorta
|
||||
Tnaboe
|
||||
@@ -0,0 +1,37 @@
|
||||
<locationtypes>
|
||||
<None
|
||||
commonness="3">
|
||||
<nameformats
|
||||
f0="[name]"
|
||||
f1="[name]"
|
||||
f2="[name]"
|
||||
f3="[name] Outpost"/>
|
||||
</None>
|
||||
|
||||
<City
|
||||
commonness="3">
|
||||
<nameformats
|
||||
f0="The City of [name]"
|
||||
f1="[name] City"
|
||||
f2="[name] Outpost"
|
||||
f3="[name] Station"/>
|
||||
</City>
|
||||
|
||||
<Military
|
||||
commonness="1">
|
||||
<nameformats
|
||||
f0="[name] Outpost"
|
||||
f1="[name] Facility"
|
||||
f2="[name] Station"
|
||||
f3="[name] Fortification"/>
|
||||
</Military>
|
||||
|
||||
<Research
|
||||
commonness="1">
|
||||
<nameformats
|
||||
f0="[name] Research Facility"
|
||||
f1="[name] Research Center"
|
||||
f2="[name] Institute of Astrobiology"
|
||||
f3="[name] Biomedical Research Center"/>
|
||||
</Research>
|
||||
</locationtypes>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 636 KiB After Width: | Height: | Size: 673 KiB |
Reference in New Issue
Block a user