Browse Source

data(Database) Added additional data to Blood Well passives

main
Jonathan McCaffrey 4 years ago
parent
commit
af03cae560
  1. BIN
      IGP/Database.db
  2. 2
      IGP/wwwroot/generated/GitChangeModels.json
  3. 8
      Model/Entity/Data/DATA.cs

BIN
IGP/Database.db

Binary file not shown.

2
IGP/wwwroot/generated/GitChangeModels.json

File diff suppressed because one or more lines are too long

8
Model/Entity/Data/DATA.cs

@ -2175,8 +2175,9 @@ public class DATA
.AddPart(new EntityInfoModel
{
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 })
},
@ -2187,12 +2188,11 @@ public class DATA
.AddPart(new EntityInfoModel
{
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 })
},
{
DataType.PASSIVE_FortifiedIcons,
new EntityModel(DataType.PASSIVE_FortifiedIcons, EntityType.Passive)

Loading…
Cancel
Save