Skip to content

Commit a4a81b1

Browse files
committed
Update special.json
1 parent 3130523 commit a4a81b1

File tree

1 file changed

+21
-5
lines changed
  • Mods/bonusIcons/mods/Bonus Icons/Content/config/creatures

1 file changed

+21
-5
lines changed

Mods/bonusIcons/mods/Bonus Icons/Content/config/creatures/special.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
{
66
"siegeWeapon" :
77
{
8-
"icon" : "zvs/Lib1.res/catapult0"
8+
"icon" : "zvs/Lib1.res/catapult0",
9+
"description" : "{Catapult}\nWar machine used to attack and destroy walls, gates and towers."
10+
911
}
1012
}
1113
},
@@ -15,7 +17,8 @@
1517
{
1618
"siegeWeapon" :
1719
{
18-
"icon" : "zvs/Lib1.res/ballista"
20+
"icon" : "zvs/Lib1.res/ballista",
21+
"description" : "{Ballista}\nA missile weapon that shoots projectiles towards enemy troops."
1922
}
2023
}
2124
},
@@ -25,7 +28,12 @@
2528
{
2629
"siegeWeapon" :
2730
{
28-
"icon" : "zvs/Lib1.res/tent"
31+
"icon" : "zvs/Lib1.res/tent",
32+
"description" : "{First Aid Tent}\nWar machine that acts last at the combat round."
33+
},
34+
"heals" :
35+
{
36+
"description" : "{First Aid Tent}\nHeals some hit points of the top creature of an allied stack."
2937
}
3038
}
3139
},
@@ -35,11 +43,19 @@
3543
{
3644
"siegeWeapon" :
3745
{
38-
"icon" : "zvs/Lib1.res/cart" // dodatkowo dodac mozna bonus pusty z plikiem "ammocart"
46+
"icon" : "zvs/Lib1.res/cart",
47+
"description" : "{Ammo Cart}\nProvides unlimited shots for creatures with ranged attacks until destroy."
3948
},
49+
"dummyIcon" :
50+
{
51+
"type" : "NONE",
52+
"icon" : "zvs/Lib1.res/ammocart",
53+
"description" : "{Ammo Cart}\nProvides unlimited shots for war machines with ranged attacks until destroy."
54+
},
4055
"inactive" :
4156
{
42-
"icon" : "zvs/Lib1.res/inactive"
57+
"icon" : "zvs/Lib1.res/inactive",
58+
"description" : "{Not active}\nAmmo cart effects are passive and excluded from turn order."
4359
}
4460
}
4561
}

0 commit comments

Comments
 (0)