Patch 0.0.6.10322a

This commit is contained in:
Jonathan
2025-05-02 21:29:37 -04:00
parent e90621c2fd
commit db48f05686
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -338,7 +338,7 @@ public class DATA
Name = "Ordained Conquest", Description =
"""
Damaging an enemy Tower to 20% Life or lower will cause Orzum to appear and destroy the tower.<br/>
Orzum's Citadels now generate pyre at a rate of 1 every 6 seconds.<br/>
Orzum's Citadels now generate pyre at a rate of 1 every 8 seconds.<br/>
Citadel counter above resources to keep track of how big your pyre farm is getting. More tower more better<br/>
"""
})
@@ -2940,7 +2940,7 @@ public class DATA
Description =
@"Provides a Barrier to a nearby allied unit once every 0.5 seconds.",
Notes =
" - Summons Ajari (movable).<br/> - Ajari has Swift Charge aura: +20% movement speed<br/> - Every 0.5s Ajari applies a Barrier (Blocks one instance of damage) that lasts 20s to the closest nearby unit without one."
" - Summons Ajari (movable).<br/> - Every 0.5s Ajari applies a Barrier (Blocks one instance of damage) that lasts 20s to the closest nearby unit without one."
})
.AddPart(new EntityHotkeyModel { Hotkey = "W", HotkeyGroup = "V" })
.AddPart(new EntityFactionModel { Faction = DataType.FACTION_QRath })
+1 -1
View File
@@ -2,5 +2,5 @@
public static class Variables
{
public static string GamePatch = "0.0.6.10294a";
public static string GamePatch = "0.0.6.10322a";
}