data(Database) Added additional data to Blood Well passives

This commit is contained in:
2022-04-19 17:35:50 -04:00
parent 9843ab93b6
commit af03cae560
3 changed files with 5 additions and 5 deletions
BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -2175,8 +2175,9 @@ public class DATA
.AddPart(new EntityInfoModel .AddPart(new EntityInfoModel
{ {
Name = "Restore Lifeblood", Descriptive = DescriptiveType.Passive, Name = "Restore Lifeblood", Descriptive = DescriptiveType.Passive,
Description = @"Restores health to a single target." Description = @"Quickly heals a nearby unit"
}) })
.AddPart(new EntityProductionModel(){Cooldown = 0.25f})
.AddPart(new EntityFactionModel { Faction = FactionType.Aru }) .AddPart(new EntityFactionModel { Faction = FactionType.Aru })
}, },
@@ -2187,12 +2188,11 @@ public class DATA
.AddPart(new EntityInfoModel .AddPart(new EntityInfoModel
{ {
Name = "Transfusion", Descriptive = DescriptiveType.Passive, Name = "Transfusion", Descriptive = DescriptiveType.Passive,
Description = @"Restores energy to a single target." Description = @"Spends mana to refill the mana of nearby units"
}) })
.AddPart(new EntityProductionModel(){Energy = 4, Cooldown = 1})
.AddPart(new EntityFactionModel { Faction = FactionType.Aru }) .AddPart(new EntityFactionModel { Faction = FactionType.Aru })
}, },
{ {
DataType.PASSIVE_FortifiedIcons, DataType.PASSIVE_FortifiedIcons,
new EntityModel(DataType.PASSIVE_FortifiedIcons, EntityType.Passive) new EntityModel(DataType.PASSIVE_FortifiedIcons, EntityType.Passive)