Support for new master-latest-poracle-v2.json and invasion encounter forms in dts.
We owe this to @TurtIeSocks and his Masterfile-Generator which supply us with important informations.
new variable to use in invasion dts:
this.formIdthis.formNamethis.fullName (that does all the form stuff automatically)
Support for new master-latest-poracle-v2.json and invasion encounter forms in dts. We owe this to @TurtIeSocks and his Masterfile-Generator which supply us with important informations.
new variable to use in invasion dts:
this.formId
this.formName
this.fullName
(that does all the form stuff automatically)DTS String for rewards:
Possible rewards: {{#compare gruntRewardsList.first.chance '==' 100}}{{#forEach gruntRewardsList.first.monsters}}{{this.fullName}}{{#unless isLast}}, {{/unless}}{{/forEach}}{{/compare}}{{#compare gruntRewardsList.first.chance '<' 100}}\\n ‣ {{gruntRewardsList.first.chance}}% : {{#forEach gruntRewardsList.first.monsters}}{{this.fullName}}{{#unless isLast}}, {{/unless}}{{/forEach}}\\n ‣ {{gruntRewardsList.second.chance}}% : {{#forEach gruntRewardsList.second.monsters}}{{this.fullName}}{{#unless isLast}}, {{/unless}}{{/forEach}}{{/compare}}