Skip to content

My Enternia 2.3.3d: Alta Cafe & Monster Buffet

Compare
Choose a tag to compare
@Ceterai Ceterai released this 31 Oct 01:22
· 4 commits to main since this release

This mini-patch mostly focuses on bugs and improving the mod's codebase.

Main

  • code optimizations;
  • bug fixes.

Translation

  • all rarity names were moved to /items/buildscripts/ct_texts.config.

Dev

  • optimized the item builder code slightly;
  • the itemTags property is no longer updated for most items - a potential fix for the Armor Adapt conflict;
  • added item defaults - some parameters like price no longer need to be defined for most items;
  • added rarity calculation - improves rarity and makes it dependent on item level;
  • added custom mod support script for Spawnable Item Pack: /.meta/scripts/SIP_support_script.py;
  • added custom mod support script for Recipe Browser: /.meta/scripts/RB_support_script.py.

Other

  • loot items now give loot depending on their level, which can be changed via parameters;
  • fixed the Sets tab in the Ultimate Crafting Station;
  • fixed dublicate tenant IDs for Security Guard and Security Officer;
  • fixed item levels in NPC shops;
  • minor bug fixes.