Skip to content

Commit 6c0befe

Browse files
committed
release v0.26.0
1 parent 720714d commit 6c0befe

6 files changed

+59
-15
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2022-03-01
2+
3+
* Update for 0ad engine v0.0.26
4+
* release v0.26.0

mod.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "10ad",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"label": "10 A.D. Empires Ascendant",
55
"description": "Fast economy upgrades and fewer houses required",
66
"dependencies": [
7-
"0ad<=0.0.25"
7+
"0ad=0.0.26"
88
],
9-
"url": "https://github.com/andy5995/10ad",
9+
"url": "https://github.com/0ad-matters/10ad",
1010
"author_name": "Andy Alt",
1111
"author_profile": "https://github.com/andy5995"
1212
}

simulation/templates/template_structure_civic_house.xml

+9-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Height>5.0</Height>
1212
</Footprint>
1313
<GarrisonHolder>
14-
<Max>6</Max>
14+
<Max>5</Max>
1515
<BuffHeal>0</BuffHeal>
1616
<EjectHealth>0.1</EjectHealth>
1717
<EjectClassesOnDestroy datatype="tokens">Unit</EjectClassesOnDestroy>
@@ -38,16 +38,14 @@
3838
<Population>
3939
<Bonus>5</Bonus>
4040
</Population>
41-
<ProductionQueue>
42-
<Entities datatype="tokens">
43-
units/{civ}/support_female_citizen_house
44-
</Entities>
41+
<ProductionQueue/>
42+
<Researcher>
4543
<Technologies datatype="tokens">
4644
health_females_01
4745
pop_house_01
4846
unlock_females_house
4947
</Technologies>
50-
</ProductionQueue>
48+
</Researcher>
5149
<Sound>
5250
<SoundGroups>
5351
<select>interface/select/building/sel_house.xml</select>
@@ -62,6 +60,11 @@
6260
<Radius>16</Radius>
6361
<Weight>65535</Weight>
6462
</TerritoryInfluence>
63+
<Trainer>
64+
<Entities datatype="tokens">
65+
units/{civ}/support_female_citizen_house
66+
</Entities>
67+
</Trainer>
6568
<Vision>
6669
<Range>20</Range>
6770
</Vision>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Entity parent="template_structure_civic_house">
3+
<Cost>
4+
<BuildTime>50</BuildTime>
5+
<Resources>
6+
<wood>150</wood>
7+
</Resources>
8+
</Cost>
9+
<Footprint>
10+
<Square width="16.0" depth="16.0"/>
11+
</Footprint>
12+
<GarrisonHolder>
13+
<Max>10</Max>
14+
</GarrisonHolder>
15+
<Health>
16+
<Max>1200</Max>
17+
<SpawnEntityOnDeath>decay|rubble/rubble_stone_3x3</SpawnEntityOnDeath>
18+
</Health>
19+
<Loot>
20+
<wood>30</wood>
21+
</Loot>
22+
<Obstruction>
23+
<Static width="14.0" depth="14.0"/>
24+
</Obstruction>
25+
<Population>
26+
<Bonus>10</Bonus>
27+
</Population>
28+
<TerritoryInfluence>
29+
<Radius>20</Radius>
30+
<Weight>40000</Weight>
31+
</TerritoryInfluence>
32+
<VisualActor>
33+
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
34+
</VisualActor>
35+
</Entity>

simulation/templates/template_structure_economic_farmstead.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434
<Loot>
3535
<wood>20</wood>
3636
</Loot>
37-
<ProductionQueue>
37+
<ProductionQueue/>
38+
<RallyPoint disable=""/>
39+
<Researcher>
3840
<Technologies datatype="tokens">
3941
gather_wicker_baskets
4042
gather_farming_plows
4143
gather_farming_harvester
4244
</Technologies>
43-
</ProductionQueue>
44-
<RallyPoint disable=""/>
45+
</Researcher>
4546
<ResourceDropsite>
4647
<Types>food</Types>
4748
<Sharable>true</Sharable>

simulation/templates/template_structure_economic_storehouse.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@
3535
<Obstruction>
3636
<Static width="13.0" depth="13.0"/>
3737
</Obstruction>
38-
<ProductionQueue>
38+
<ProductionQueue/>
39+
<RallyPoint disable=""/>
40+
<Researcher>
3941
<Technologies datatype="tokens">
4042
gather_lumbering_ironaxes
4143
gather_mining_servants
4244
gather_mining_wedgemallet
4345
gather_capacity_basket
4446
</Technologies>
45-
</ProductionQueue>
46-
<RallyPoint disable=""/>
47+
</Researcher>
4748
<ResourceDropsite>
4849
<Types>wood stone metal</Types>
4950
<Sharable>true</Sharable>

0 commit comments

Comments
 (0)