Skip to content

Primalist and Mage Support identification #1

@Bamux

Description

@Bamux

I found a solution for the correct recognition of the Primalist and Mage support.

First I deleted Lifegiving Veil from the abilityrole table and added Corrosive Spores. The problem with Lifegiving Veil is that you can already get it with 8 points and Archont (Support) as well as Arbiter (Tank) use this ability and not be recognized correctly as Tank or Support.

For the Primalist I added the ability Hastening Vigor by which a Primalist support can be clearly identified.

My local tests with different logfiles were successful with the changes.

SQL for the changes:

DELETE FROM `prancingturtledb`.`abilityrole` WHERE  `Id`=43;
INSERT INTO `prancingturtledb`.`abilityrole` (`AbilityLogId`, `AbilityName`, `Soul`, `RoleIconId`, `PlayerClassId`) VALUES ('1604872421', 'Corrosive Spores', 'Chloromancer', '2', '2');
INSERT INTO `prancingturtledb`.`abilityrole` (`AbilityLogId`, `AbilityName`, `Soul`, `RoleIconId`, `PlayerClassId`) VALUES ('1692284998', 'Hastening Vigor', 'Mystic', '3', '5');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions