Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.20 Patch Issues #398

Open
ark120202 opened this issue Nov 19, 2018 · 0 comments
Open

7.20 Patch Issues #398

ark120202 opened this issue Nov 19, 2018 · 0 comments

Comments

@ark120202
Copy link
Owner

ark120202 commented Nov 19, 2018

API Changes:

+DOTA_DAMAGE_FLAG_PROPERTY_FIRE
-MODIFIER_PROPERTY_MAGICDAMAGEOUTGOING_PERCENTAGE -- GetModifierMagicDamageOutgoing_Percentage
-MODIFIER_PROPERTY_MOVESPEED_MAX -- GetModifierMoveSpeed_Max
+MODIFIER_EVENT_ON_DAMAGE_CALCULATED -- OnDamageCalculated
+MODIFIER_EVENT_ON_PROCESS_CLEAVE -- OnProcessCleave
+MODIFIER_PROPERTY_ATTACK_RANGE_BONUS_PERCENTAGE -- GetModifierAttackRangeBonusPercentage
+MODIFIER_PROPERTY_HP_REGEN_AMPLIFY_PERCENTAGE_SOURCE -- GetModifierHPRegenAmplify_PercentageSource
+MODIFIER_PROPERTY_IGNORE_MOVESPEED_LIMIT -- GetModifierIgnoreMovespeedLimit
+MODIFIER_PROPERTY_INVISIBILITY_ATTACK_BEHAVIOR_EXCEPTION -- GetModifierInvisibilityAttackBehaviorException
+MODIFIER_PROPERTY_MOVESPEED_ABSOLUTE_MAX -- GetModifierMoveSpeed_AbsoluteMax
+MODIFIER_PROPERTY_MP_RESTORE_AMPLIFY_PERCENTAGE -- GetModifierMPRestoreAmplify_Percentage
+MODIFIER_PROPERTY_PREATTACK_BONUS_DAMAGE_TARGET -- GetModifierPreAttack_BonusDamage_Target
+MODIFIER_PROPERTY_STATUS_RESISTANCE_CASTER -- GetModifierStatusResistanceCaster
+MODIFIER_STATE_TETHERED
+MODIFIER_STATE_UNSLOWABLE
-CDOTA_BaseNPC:GetManaRegenMultiplier
-CDOTA_BaseNPC:GetAttackRange
+CDOTA_BaseNPC:Script_GetAttackRange
-DOTA_ATTRIBUTE_INTELLIGENCE_MANA_REGEN_PERCENT
+DOTA_ATTRIBUTE_INTELLIGENCE_MANA_REGEN
-DOTA_ATTRIBUTE_STRENGTH_HP_REGEN_PERCENT
+DOTA_ATTRIBUTE_STRENGTH_HP_REGEN

Killing Sprees now give an XP bonus ranging from 200 to 1250
Reworked and simplified XP hero kill bounty system. No longer includes a team XP component

Cleave damage is now normal physical damage type, causing it to get reduced by the armor of each unit impacted
Cleave abilities damage values have been rescaled
Increased standard Cleave area. Distance increased from 625 to 650, final width increased from 330 to 360
Affects: Great Cleave, Empower, Battle Fury, and Talents

Killing an Observer or Sentry ward now prints out a notification in chat to your allies

Respawn time for level 1/2/3/4 increased from 5/7/9/13 to 6/8/10/14

ITEM CHANGES

ark120202 added a commit that referenced this issue Nov 21, 2018
Related to #398, as 7.20 armor formula broke pure damage in a filter
ark120202 added a commit that referenced this issue Nov 21, 2018
ark120202 added a commit that referenced this issue Nov 21, 2018
ark120202 added a commit that referenced this issue Nov 25, 2018
Forced change as it seems there's no way to easily change movement speed
limit.

Refs #398.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant