Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "name": "Toggle stealth",
- "entityCommandConfig": {
- "$type": "cmd.ToggleStealthConfig",
- "aiInfo": {
- "tagMask": [
- "Stealth"
- ],
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "cooldown": "5tlvl",
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell",
- "auditoryEmission": 0.5,
- "visualEmission": 1.0
- },
- {
- "name": "Magic missile",
- "entityCommandConfig": {
- "$type": "cmd.SpellProjectileConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ]
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 0,
- "y": 15
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "Yes"
- }
- ]
- },
- "areaEffect": {
- "$type": "gameplay.AreaEffectOnEntities",
- "effect": {
- "$type": "gameplay.EffectDamage",
- "damageDesc": {
- "scalingAttribute": "Intelligence",
- "typeMask": [
- "Fire"
- ],
- "minDamage": { "delta" : 1},
- "maxDamage": { "delta" : 6}
- }
- }
- },
- "areaEffectParticleSystem": "gfx.ParticleSystemExplosion decals_32x32|effect:explosion",
- "ammoType": "Fireball"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal",
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 20,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Fireball",
- "entityCommandConfig": {
- "$type": "cmd.SpellProjectileConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ]
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 0,
- "y": 5
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "No",
- "aoeShape": {
- "range": {
- "x": 0,
- "y": 3
- },
- "normType": "Euclidean"
- }
- }
- ]
- },
- "areaEffect": {
- "$type": "gameplay.AreaEffectOnEntities",
- "effect": {
- "$type": "gameplay.EffectChain",
- "effects": [
- {
- "$type": "gameplay.EffectDamage",
- "damageDesc": {
- "scalingAttribute": "Intelligence",
- "typeMask": [
- "Fire"
- ],
- "minDamage": { "delta" : 1},
- "maxDamage": { "delta" : 6}
- }
- },
- {
- "$type": "gameplay.EffectStatus",
- "status": "Burning",
- "on": true
- }
- ]
- }
- },
- "areaEffectParticleSystem": "gfx.ParticleSystemExplosion decals_32x32|effect:explosion",
- "ammoType": "Fireball",
- "projectileNum": 2
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal",
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 20,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Sonic blast",
- "entityCommandConfig": {
- "$type": "cmd.SpellProjectileConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ]
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 0,
- "y": 5
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "No",
- "aoeShape": {
- "range": {
- "x": 0,
- "y": 3
- },
- "normType": "Euclidean"
- }
- }
- ]
- },
- "areaEffect": {
- "$type": "gameplay.AreaEffectOnEntities",
- "audioEmission": 10,
- "effect": {
- "$type": "gameplay.EffectChain",
- "effects": [
- {
- "$type": "gameplay.EffectDamage",
- "damageDesc": {
- "scalingAttribute": "Intelligence",
- "typeMask": [
- "Fire"
- ],
- "minDamage": { "delta" : 1},
- "maxDamage": { "delta" : 2}
- }
- }
- ]
- }
- },
- "areaEffectParticleSystem": "gfx.ParticleSystemExplosion decals_32x32|effect:explosion",
- "ammoType": "Iceball",
- "projectileNum": 1
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal",
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 20,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Ice blast",
- "entityCommandConfig": {
- "$type": "cmd.SpellProjectileConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ]
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 0,
- "y": 5
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "No",
- "aoeShape": {
- "range": {
- "x": 0,
- "y": 3
- },
- "normType": "Euclidean"
- }
- }
- ]
- },
- "areaEffect": {
- "$type": "gameplay.AreaEffectOnEntities",
- "effect": {
- "$type": "gameplay.EffectChain",
- "effects": [
- {
- "$type": "gameplay.EffectDamage",
- "damageDesc": {
- "scalingAttribute": "Intelligence",
- "typeMask": [
- "Water"
- ],
- "minDamage": { "delta" : 1},
- "maxDamage": { "delta" : 6}
- }
- },
- {
- "$type": "gameplay.EffectStatus",
- "status": "Freezing",
- "on": true
- }
- ]
- }
- },
- "areaEffectParticleSystem": "gfx.ParticleSystemExplosion decals_32x32|effect:iceplosion",
- "ammoType": "Iceball"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal",
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 1,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Summon Minions",
- "entityCommandConfig": {
- "$type": "cmd.SpellSelfConfig",
- "aiInfo": {
- "tagMask": [
- "Summoning"
- ],
- "atDistance": true,
- "atMelee": true
- },
- "effect": {
- "$type": "gameplay.EffectCreatureGenerator",
- "chance": 1.0,
- "area": {
- "range": {
- "x": 1,
- "y": 5
- },
- "normType": "Euclidean"
- },
- "num": 5,
- "racePredicate": {
- "$type": "creature.RacePredicateReferenceMinion"
- },
- "duration": "10tlvl"
- },
- "particleSystem": "gfx.ParticleSystemVocalize"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "cooldown": "20tlvl",
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Spawn Minion From Self",
- "entityCommandConfig": {
- "$type": "cmd.SpellSelfConfig",
- "aiInfo": {
- "tagMask": [
- "Summoning"
- ],
- "atDistance": true,
- "atMelee": true
- },
- "effect": {
- "$type": "gameplay.EffectCreatureGenerator",
- "chance": 1.0,
- "area": {
- "range": {
- "x": 1,
- "y": 1
- },
- "normType": "Maximum"
- },
- "num": 1,
- "racePredicate": {
- "$type": "creature.RacePredicateReferenceMinion"
- },
- "duration": "10tlvl"
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "cooldown": "20tlvl",
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell"
- },
- {
- "name": "Spin web",
- "entityCommandConfig": {
- "$type": "cmd.SpellProjectileConfig",
- "aiInfo": {
- "tagMask": [
- "Debuff"
- ]
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 1,
- "y": 1
- },
- "normType": "Maximum"
- },
- "homingProjectile": "No"
- }
- ]
- },
- "areaEffect": {
- "$type": "gameplay.AreaEffectInteractiveObjectGenerator",
- "cfgName": "web"
- },
- "ammoType": "web",
- "evaluateStrategy": "SpinWeb"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 1,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "audio": "spell",
- "minPreference": 0.5
- },
- {
- "name": "Touch of light",
- "entityCommandConfig": {
- "$type": "cmd.SpellTouchConfig",
- "effect" : {
- "$type": "gameplay.EffectLightSourceIntensity",
- "amount": { "value": 0.5 },
- "duration": "10tlvl"
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Touch of darkness",
- "entityCommandConfig": {
- "$type": "cmd.SpellTouchConfig",
- "effect" : {
- "$type": "gameplay.EffectLightSourceIntensity",
- "amount": { "value": -0.5 },
- "duration": "10tlvl"
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "MoveAdjOvw",
- "entityCommandConfig": {
- "$type": "cmd.MoveAdjOvwConfig"
- },
- "locationType": "Overworld",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tovw",
- "auditoryEmission": 0.5,
- "visualEmission": 0.5
- },
- {
- "name": "MoveAdjLvl",
- "entityCommandConfig": {
- "$type": "cmd.MoveAdjLvlConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "auditoryEmission": 0.5,
- "visualEmission": 0.5
- },
- {
- "name": "SkipTurnOvw",
- "entityCommandConfig": {
- "$type": "cmd.SkipTurnConfig",
- "aiInfo": {
- "tagMask": [],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Overworld",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tovw"
- },
- {
- "name": "SkipTurnLvl",
- "entityCommandConfig": {
- "$type": "cmd.SkipTurnConfig",
- "aiInfo": {
- "tagMask": [],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "WaitTurnOvw",
- "entityCommandConfig": {
- "$type": "cmd.WaitTurnConfig"
- },
- "locationType": "Overworld",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "recoverDurationBase": "1tovw"
- },
- {
- "name": "WaitTurnLvl",
- "entityCommandConfig": {
- "$type": "cmd.WaitTurnConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "VisitAdvLoc",
- "entityCommandConfig": {
- "$type": "cmd.VisitAdvLocConfig"
- },
- "locationType": "Overworld",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "prepareDuration": "1tovw"
- },
- {
- "name": "Teleport",
- "entityCommandConfig": {
- "$type": "cmd.TeleportConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 1,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "TeleportOvw",
- "entityCommandConfig": {
- "$type": "cmd.TeleportConfig"
- },
- "locationType": "Overworld",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [],
- "costMp": 1,
- "recoverDurationBase": "1tovw",
- "inMenu": true
- },
- {
- "name": "Melee attack",
- "entityCommandConfig": {
- "$type": "cmd.MeleeAttackConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ],
- "atMelee": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Throw weapon",
- "entityCommandConfig": {
- "$type": "cmd.RangedAttackConfig",
- "thrownMeleeWeapon": true
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [
- {
- "$type": "ecs.EntityConditionHasRangedAttackReady",
- "thrownMeleeWeapon": true
- }
- ],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Throw item",
- "entityCommandConfig": {
- "$type": "cmd.ThrowConfig",
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 0,
- "y": 7
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "No"
- }
- ]
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Lunge",
- "entityCommandConfig": {
- "$type": "cmd.WeaponAttackConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ],
- "atMelee": false
- },
- "setup": {
- "paramSetupData": [
- {
- "name": "target",
- "$type": "testme.TileSetupData",
- "shape": {
- "range": {
- "x": 1.5,
- "y": 2
- },
- "normType": "Euclidean"
- },
- "homingProjectile": "No"
- }
- ]
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [
- {
- "$type": "ecs.EntityConditionHasEquippedWeaponCategory",
- "weaponCategory": "Polearms"
- }
- ],
- "conditionalEffects": [],
- "costMp": 1,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Ranged attack",
- "entityCommandConfig": {
- "$type": "cmd.RangedAttackConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ],
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [
- {
- "$type": "ecs.EntityConditionHasRangedAttackReady"
- }
- ],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Charge",
- "entityCommandConfig": {
- "$type": "cmd.ChargeConfig",
- "aiInfo": {
- "tagMask": [
- "Damage",
- "Movement"
- ],
- "toApproach": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [
- {
- "$type": "ecs.EntityConditionHasMeleeAttackReady"
- }
- ],
- "conditionalEffects": [
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "DamagePercentAll",
- "scaleBias": {
- "x": 0,
- "y": 1
- }
- }
- ],
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Equip item",
- "entityCommandConfig": {
- "$type": "cmd.EquipItemConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Transfer items",
- "entityCommandConfig": {
- "$type": "cmd.TransferItemsConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "Use item",
- "entityCommandConfig": {
- "$type": "cmd.UseItemConfig",
- "aiInfo": {
- "tagMask": [
- "Buff"
- ],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "inMenu": true,
- "auditoryEmission": 0.5,
- "visualEmission": 0.5
- },
- {
- "name": "HandleBinarySwitch",
- "entityCommandConfig": {
- "$type": "cmd.HandleBinarySwitchConfig",
- "aiInfo": {
- "tagMask": [
- "Environment"
- ]
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [
- {
- "$type": "ecs.EntityConditionHasMinimumIntelligenceLevel",
- "minimumIntelligenceLevel" : "Sapient"
- }
- ],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleMultiSwitch",
- "entityCommandConfig": {
- "$type": "cmd.HandleMultiSwitchConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleLock",
- "entityCommandConfig": {
- "$type": "cmd.HandleLockConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleGate",
- "entityCommandConfig": {
- "$type": "cmd.HandleGateConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleGateway",
- "entityCommandConfig": {
- "$type": "cmd.HandleGatewayConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleUsableLevelObject",
- "entityCommandConfig": {
- "$type": "cmd.HandleUsableLevelObjectConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "HandleContainer",
- "entityCommandConfig": {
- "$type": "cmd.HandleContainerConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "recoverDurationBase": "1tlvl"
- },
- {
- "name": "Telekinesis",
- "entityCommandConfig": {
- "$type": "cmd.TelekinesisConfig",
- "aiInfo": {
- "tagMask": [
- "Damage"
- ],
- "toDistance": true,
- "atMelee": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Verbal",
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Leap and bounce",
- "entityCommandConfig": {
- "$type": "cmd.LeapAndBounceConfig",
- "aiInfo": {
- "tagMask": [
- "Movement"
- ],
- "toDistance": true,
- "toApproach": true,
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic",
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "cooldown": "4tlvl",
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Look",
- "entityCommandConfig": {
- "$type": "cmd.LookConfig"
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Visual"
- ],
- "preconditions": [],
- "conditionalEffects": [],
- "innate": true,
- "inMenu": true
- },
- {
- "name": "Whirlwind attack",
- "entityCommandConfig": {
- "$type": "cmd.AreaMeleeAttackConfig",
- "shape": {
- "range": {
- "x": 1,
- "y": 1
- },
- "normType": "Maximum"
- },
- "aiInfo": {
- "tagMask": [
- "Damage"
- ],
- "atMelee": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [
- "Somatic"
- ],
- "preconditions": [],
- "conditionalEffects": [
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "DamagePercentAll",
- "scaleBias": {
- "x": 50,
- "y": 0
- }
- }
- ],
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Speed up",
- "entityCommandConfig": {
- "$type": "cmd.SustainedConfig",
- "aiInfo": {
- "tagMask": [
- "Buff"
- ],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "MovementSpeedAll",
- "scaleBias": {
- "x": 0,
- "y": 100
- }
- }
- ],
- "costMpSus": 5,
- "recoverDurationBase": "1tlvl",
- "inMenu": true
- },
- {
- "name": "Berserker stance",
- "entityCommandConfig": {
- "$type": "cmd.SustainedConfig",
- "aiInfo": {
- "tagMask": [
- "Buff"
- ],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "WeaponDamagePercent",
- "scaleBias": {
- "x": 0,
- "y": 0.1
- }
- },
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "AttackRating",
- "scaleBias": {
- "x": 0.9,
- "y": 0.0
- }
- }
- ],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "isStance": true,
- "inMenu": true
- },
- {
- "name": "Striker stance",
- "entityCommandConfig": {
- "$type": "cmd.SustainedConfig",
- "aiInfo": {
- "tagMask": [
- "Buff"
- ],
- "atMelee": true,
- "atDistance": true
- }
- },
- "locationType": "Level",
- "interruptedDC": 2147483647,
- "componentRequirements": [],
- "preconditions": [],
- "conditionalEffects": [
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "WeaponDamagePercent",
- "scaleBias": {
- "x": 0,
- "y": -0.1
- }
- },
- {
- "$type": "gameplay.TemporaryEffectFloat",
- "target": "AttackRating",
- "scaleBias": {
- "x": 1.1,
- "y": 0.0
- }
- }
- ],
- "innate": true,
- "recoverDurationBase": "1tlvl",
- "isStance": true,
- "inMenu": true
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement