suriyun-production / battle-io-docs

This is document for Battle IO project (https://www.assetstore.unity3d.com/#!/content/101113?aid=1100lGeN)
https://suriyun-production.github.io/battle-io-docs/
1 stars 0 forks source link

Add Damage Spread dont work #18

Closed TemhemKaya closed 4 years ago

TemhemKaya commented 4 years ago

Attributes damage spread dont damage :( : https://streamable.com/b9a0co

TemhemKaya commented 4 years ago

@insthync

insthync commented 4 years ago

How it not work, I saw there are 2 damage entities spawned

TemhemKaya commented 4 years ago

How it not work, I saw there are 2 damage entities spawned

Yes 2 damages entities spawned but dont damage https://streamable.com/91f3ee

Vauxvogh commented 4 years ago

whats his armor? did you change the bots armor? did you check all the stats?

TemhemKaya commented 4 years ago

whats his armor? did you change the bots armor? did you check all the stats?

@Vauxvogh I dont change bots armor. Import asset store and play. BotEntity setting: http://prntscr.com/soojrl please help @insthync

Vauxvogh commented 4 years ago

Actually yeah Suriyun, I tested my self. Once you increase damage spread, it seems to take away the damage from the attack causing no damage.

TemhemKaya commented 4 years ago

Actually yeah Suriyun, I tested my self. Once you increase damage spread, it seems to take away the damage from the attack causing no damage.

Yess I checked DamageEntity.cs and CharacterEntity.cs but I couldn't find the problem.

TemhemKaya commented 4 years ago

@insthync pls fix error

insthync commented 4 years ago

It's dividing damage by amount of spread so damage will be reduced

for now if you don't want it be divided, you can remove codes in WeaponData.cs Line 29 (damage /= spread;)

TemhemKaya commented 4 years ago

It's dividing damage by amount of spread so damage will be reduced

for now if you don't want it be divided, you can remove codes in WeaponData.cs Line 29 (damage /= spread;)

thank you very much :) @insthync