forgottenserver
forgottenserver copied to clipboard
Effects support for summons
Pull Request Prelude
- [x] I have followed proper The Forgotten Server code styling.
- [x] I have read and understood the contribution guidelines before making this PR.
- [x] I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.
Changes Proposed
- Added effect support for summons
- Fixed? summon effect to match cipbia (teleport effect on summons not master)
- Added customizable effect for summons (effect)
- Added customizable effect for summon master (masterEffect)
- Added summon structure fields to lua methods (monsterType:getSummonList & monsterType:addSummon)
<summon name="fire elemental" interval="2000" chance="100">
<attribute key="mastereffect" value="redteleport" />
<attribute key="effect" value="hearts" />
</summon>
https://user-images.githubusercontent.com/3027705/170199886-7a889e9d-2f9b-4acc-aa47-79aa877b55ba.mp4
Issues addressed:
#4136