Skip to content

Commit

Permalink
pd card bug fixes and extra search options
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon1320 committed Nov 15, 2018
1 parent e0c3c2b commit 089f3f5
Show file tree
Hide file tree
Showing 7 changed files with 592 additions and 37 deletions.
29 changes: 19 additions & 10 deletions bot/assets/cards/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2661,7 +2661,6 @@
"CanAttack": true,
"Name": ["Outlaw Tweek", "Outlaw", "OT"],
"Description": "Warcry: Throws dynamite that deals {PowerDamage} damage. ({PowerHeroDamage} damage if it hits Enemy Leader.)",
"HeroDamageScaling": 10,
"Image": "TweekAdvCard",
"ManaCost": 4,
"Damage": "20",
Expand Down Expand Up @@ -9270,7 +9269,6 @@
"CanAttack": true,
"Name": ["Incan Craig", "Incan"],
"Description": "Warcry: Shoot laser beam towards Enemy Leader dealing {PowerHeroDamage} damage, and damaging all enemies in the way for {PowerDamage}.",
"HeroDamageScaling": 3,
"Image": "CraigAdvCard",
"ManaCost": 5,
"Damage": "28",
Expand Down Expand Up @@ -10265,7 +10263,6 @@
"CanAttack": true,
"Name": ["Hookhand Clyde", "HHC", "Hookhand"],
"Description": "Warcry: Deals {PowerDamage} damage to a random enemy. ({PowerHeroDamage} if it hits Enemy Leader.)",
"HeroDamageScaling": 10,
"Image": "ClydeAdvCard",
"ManaCost": 3,
"Damage": "45",
Expand Down Expand Up @@ -15445,7 +15442,7 @@
"KnockbackImpulse": "60.0000",
"KnockbackAngleDeg": 45.0,
"ChargedPowerRegen": 0.06666667,
"ChargedPowerRadius": 1.0,
"ChargedPowerRadius": 7.0,
"ChargedPowerReticle": "",
"Rarity": 3,
"Theme": "Sci",
Expand Down Expand Up @@ -17463,7 +17460,7 @@
"KnockbackImpulse": "0.0000",
"KnockbackAngleDeg": 45.0,
"ChargedPowerRegen": 0.166666672,
"ChargedPowerRadius": 1.0,
"ChargedPowerRadius": "Self",
"ChargedPowerReticle": "",
"Rarity": 0,
"Theme": "Adv",
Expand Down Expand Up @@ -17960,7 +17957,7 @@
"KnockbackImpulse": "0.0000",
"KnockbackAngleDeg": 45.0,
"ChargedPowerRegen": 0.142857149,
"ChargedPowerRadius": 1.0,
"ChargedPowerRadius": "Self",
"ChargedPowerReticle": "",
"Rarity": 2,
"Theme": "Sci",
Expand Down Expand Up @@ -21529,7 +21526,7 @@
"KnockbackImpulse": "0.0000",
"KnockbackAngleDeg": 45.0,
"ChargedPowerRegen": 0.1,
"ChargedPowerRadius": 1.0,
"ChargedPowerRadius": "Self",
"ChargedPowerReticle": "",
"Rarity": 1,
"Theme": "Fan",
Expand Down Expand Up @@ -27107,7 +27104,7 @@
"KnockbackImpulse": "0.0000",
"KnockbackAngleDeg": 45.0,
"ChargedPowerRegen": 0.0,
"ChargedPowerRadius": 0.0,
"ChargedPowerRadius": 2.0,
"ChargedPowerReticle": "ChargedPowerRet",
"Rarity": 1,
"Theme": "Sci",
Expand Down Expand Up @@ -43638,6 +43635,18 @@
"TimeToReachMaxVelocity": 0.1,
"MaxVelocity": 1.8,
"TimeInBetweenAttacks": 0.5,
"PowerDuration": null,
"PowerHeal": null,
"PowerHeroHeal": null,
"PowerMaxHPGain": null,
"PowerMaxHPLoss": null,
"PowerSummonLevel": null,
"PowerDamage": null,
"PowerHeroDamage": null,
"PowerPoisonAmount": null,
"PowerHeroPoison": null,
"PowerAttackBoost": null,
"PowerAttackDecrease": null,
"AgroRangeMultiplier": 5.0,
"KnockbackImpulse": "0.0000",
"KnockbackAngleDeg": 45.0,
Expand Down Expand Up @@ -44106,7 +44115,7 @@
"Visible": true,
"CanAttack": true,
"Name": ["Marcus"],
"Description": "Charged: Throws a drug pillow at enemy leader dealing {PowerHeroDamage} damage.",
"Description": "Charged: Throws a drug pillow at enemy leader dealing {PowerDamage} damage.",
"Image": "MarcusGenCard",
"ManaCost": 4,
"Damage": "30",
Expand Down Expand Up @@ -49103,7 +49112,7 @@
"PowerHeroDamage": null,
"PowerPoisonAmount": null,
"PowerHeroPoison": null,
"PowerAttackBoost": 7,
"PowerAttackBoost": null,
"PowerAttackDecrease": null,
"AgroRangeMultiplier": 1.2,
"KnockbackImpulse": "0.0000",
Expand Down

0 comments on commit 089f3f5

Please sign in to comment.