Loot Tweaks #273

Merged
Rover656 merged 11 commits from feature/loot-capacitor-tweaks into dev/1.20.1 2023-07-30 20:09:57 +00:00
Rover656 commented 2023-07-09 18:32:39 +00:00 (Migrated from github.com)

Description

  • Stopped "Fixed" capacitor modifiers from being generated as loot.
  • Fixed loot capacitors not storing stats on multiplayer (Breaking: old loot capacitors will reset).
  • Loot capacitors have a small chance of generating with more than one modifier.

Now includes near enough similar chest loot entries for the overworld, will need another pass when we have more content, but its enough to keep us going.

Todo

  • Confirm loot changes
  • Add other loot entries
  • Spawn loot in more places

Closes #238

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
# Description - Stopped "Fixed" capacitor modifiers from being generated as loot. - Fixed loot capacitors not storing stats on multiplayer (Breaking: old loot capacitors will reset). - Loot capacitors have a small chance of generating with more than one modifier. Now includes near enough similar chest loot entries for the overworld, will need another pass when we have more content, but its enough to keep us going. # Todo - [x] Confirm loot changes - [x] Add other loot entries - [x] Spawn loot in more places Closes #238 # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you) - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
Rover656 (Migrated from github.com) reviewed 2023-07-09 22:07:51 +00:00
Rover656 (Migrated from github.com) left a comment

Also going to look at adding the other missing loot tables entries from 1.12.2

Also going to look at adding the other missing loot tables entries from 1.12.2
Rover656 (Migrated from github.com) commented 2023-07-09 22:06:17 +00:00

Just noticed that these had different min/max. Might be worth either keeping it within the min/max or having another parameter in the loot modifier

Just noticed that these had different min/max. Might be worth either keeping it within the min/max or having another parameter in the loot modifier
justliliandev (Migrated from github.com) reviewed 2023-07-29 21:59:42 +00:00
@ -79,6 +79,6 @@ public class CapacitorUtil {
}
justliliandev (Migrated from github.com) commented 2023-07-29 21:59:42 +00:00

use second array for valid modifiers

use second array for valid modifiers
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#273
No description provided.