Sentropic / SkillAPI-s

A flexible API for easily creating skills and classes with visual skill trees
13 stars 10 forks source link

Particle Projectile sometimes hits more than one entity even without pierce #5

Closed yhdev7935 closed 3 years ago

yhdev7935 commented 3 years ago

Describe the bug Particle Projectile Damage bug

To Reproduce Steps to reproduce the behavior:

  1. Video reference

Expected behavior There should be only one attack.

Desktop (please complete the following information):

Sentropic commented 3 years ago

The area target will pick up all mobs within the area and apply child components to them. What you want is the projectile to damage only the entity it hits? If so, you can remove the area target, and put the damage mechanic directly as a child of the projectile.

yhdev7935 commented 3 years ago

When deleting AREA, multiple targets cannot be specified. This problem occurs from Premium and skillapi 3.107 or higher.

Sentropic commented 3 years ago

If you do want to target multiple targets, what's the problem in the video?

yhdev7935 commented 3 years ago

All the skills in the video are the same. However, damage is added depending on the number of monsters. Please modify this so there has no additional damage depending on the number of monsters.

Sentropic commented 3 years ago

Ohh got it.

Sentropic commented 3 years ago

Will be fixed in 1.97!