EffForceAttack Damage Entity By Amount#7878
EffForceAttack Damage Entity By Amount#7878sovdeeth merged 16 commits intoSkriptLang:dev/featurefrom
Conversation
sovdeeth
left a comment
There was a problem hiding this comment.
should have some test scripts
I did attempt making a test script but there seemed to be some discrepancies for the test (quickTest) versus a started up server (skriptTestDev) So I took advantage of your new PR template to provide the code I used to test manually. |
Test what does work, though. It's understandable that it might not update items but you should be able to test the newly added syntax just fine. |
I know -> #7921 |
Leaving as blocking until the linked issue is completed
sovdeeth
left a comment
There was a problem hiding this comment.
dang it i removed my review, not the request
…mageEntityAmount # Conflicts: # src/main/java/ch/njol/skript/effects/EffForceAttack.java
* Update EffForceAttack.java * Update EffForceAttack.java * Create EffForceAttack.sk * Update EffForceAttack.java * Edge Cases * Use Runtime Error in test
* Update EffForceAttack.java * Update EffForceAttack.java * Create EffForceAttack.sk * Update EffForceAttack.java * Edge Cases * Use Runtime Error in test
Problem
No support for having an entity damage another entity by a specific amount.
Solution
Updates
EffForceAttackby adding 2 new patterns to add this supportTesting Completed
CODE
Completes: #1729
Related: none