Constructor
# new Modification(type, id, positive, excludenullable)
Create a new instance of a game modification
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
type |
ModificationType | Type of modification if used in the daily climb. Use ModificationType.NONE if not part of the daily climb | |
id |
string | ID of the modification | |
positive |
boolean | If the modification is positive | |
exclude |
PlayableCharacter |
<nullable> |
PlayableCharacter to be excluded from being able to use this modification |
Example
const blightChestsMod: Modification = new Modification(ModificationType.NONE,
"Blight Chests", true);
Classes
Members
# exclude
Get excluded PlayableCharacter