Skip to content

add fireworks and bombs back to chests, sahagin tier and above

horblegorble requested to merge veloren/dev/veloren:pyrotechnics into master

Fireworks and bombs have been added as possible 'extra' loot to chests of Sahagin tier and above. Amounts scale simply, but differ for Terracotta where there is more chance for (more) bombs. Those demolishers gotta get 'em all from somewhere.

General structure for affected chest loot: All[ Lottery[ {previous} ], Lottery[ Nothing, {bombs}, Lottery[ {fireworks} ] ] ]

Description edit: nested lottery structure for fireworks is to force only dropping one type at a time, to minimise slot filling.

Checklist:

  • [y] By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • [-] Migrations have been added if applicable (migrations are always necessary for removing/renaming item asset files)
  • [y] Significant changes of this merge request have been added to the changelog.
Edited by horblegorble

Merge request reports