Skip to content

Commit 68813fb

Browse files
committed
minor unit fixes + #52
1 parent bafb33d commit 68813fb

File tree

5 files changed

+50
-43
lines changed

5 files changed

+50
-43
lines changed

gui/grapejuice/info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[font="sans-bold-20"]About Grapejuice[font="sans-bold-12"] [color="235 184 0"] v3.1.4 [font="sans-14"][color="255 255 255"]
1+
[font="sans-bold-20"]About Grapejuice[font="sans-bold-12"] [color="235 184 0"] v3.1.5 [font="sans-14"][color="255 255 255"]
22

33
This mod aims to bring interesting new mechanics to the player, and- to some extend- increase realism. It started out simple with just adding 2 maps and randomnization. Then quickly became quite larger.
44

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
"version": "3.1.4",
9+
"version": "3.1.5",
1010

1111

1212

simulation/templates/units/pers/cavalry_archer_c.xml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Entity parent="units/pers/champion_cavalry_archer">
3-
<Identity>
2+
<Entity parent="template_unit_champion_cavalry_archer">
3+
<UnitMotion>
4+
<WalkSpeed> 15.1 </WalkSpeed>
5+
<RunMultiplier>1.50</RunMultiplier>
6+
</UnitMotion>
7+
<Attack>
8+
<Ranged>
9+
<AttackName> Bow </AttackName>
10+
<PrepareTime> 2075 </PrepareTime>
11+
<RepeatTime> 2225 </RepeatTime>
12+
</Ranged>
13+
<Melee>
14+
<AttackName> Sword </AttackName>
15+
<PrepareTime> 500 </PrepareTime>
16+
<RepeatTime> 1625 </RepeatTime>
17+
</Melee>
18+
</Attack>
19+
<Resistance>
20+
<Entity>
21+
<Damage>
22+
<Crush> 9 </Crush>
23+
<Hack> 9 </Hack>
24+
<Pierce> 7.5 </Pierce>
25+
</Damage>
26+
</Entity>
27+
</Resistance>
28+
<Identity>
429
<Civ>pers</Civ>
530
<Lang>persian</Lang>
631
<GenericName>Bactrian Heavy Cavalry Archer</GenericName>

simulation/templates/units/pers/champion_cavalry_archer.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

simulation/templates/units/pers/hero_xerxes_i_chariot.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Entity parent="template_unit_hero_cavalry_archer">
2+
<Entity parent="template_unit_hero_cavalry_chariot_archer">
3+
<UnitMotion>
4+
<WalkSpeed> 12 </WalkSpeed>
5+
<RunMultiplier>1.50</RunMultiplier>
6+
</UnitMotion>
7+
<Attack>
8+
<Ranged>
9+
<AttackName> Bow </AttackName>
10+
<PrepareTime> 1550 </PrepareTime>
11+
<RepeatTime> 1700 </RepeatTime>
12+
</Ranged>
13+
</Attack>
14+
<Resistance>
15+
<Entity>
16+
<Damage>
17+
<Crush> 2 </Crush>
18+
<Hack> 1 </Hack>
19+
<Pierce> 1 </Pierce>
20+
</Damage>
21+
</Entity>
22+
</Resistance>
323
<Auras datatype="tokens">
424
units/heroes/pers_hero_xerxes_i
525
</Auras>

0 commit comments

Comments
 (0)