File Details
SocketReforge-1.3.8 Update 5.jar
- R
- May 26, 2026
- 2.06 MB
- 250
- 0.5
File Name
irai.mod.reforge_SocketReforge.jar
Supported Versions
- 0.5
[1.3.8 - Update 5] - 2026-05-27
Added
- Refinement Break Modes - Added configurable softcore and mixed break-handling options for refinement, including related bench and tooltip feedback accessible in
/runtimeconfigcommand. Softcore prevents equipment perma breaks by replacing it with Wear damage/defense reduction if toggled on. - Lore Status Controls and Resistances - Added broader counter and reapply support for lore-based status effects, including group-scaling behavior for shared targets. Configs available in
LoreConfig.jsonand editLORE_STATUS_REAPPLY_RULES,LORE_NPC_STATUS_RESISTANCESandLORE_STATUS_COUNTER_NPC_IDSfor your specified mob resistances for balancing purposes.
Quick Sample
{
"LORE_STATUS_REAPPLY_RULES": [
"*=5, FIBONACCI",
"stun=6, LINEAR"
],
"LORE_NPC_STATUS_RESISTANCES": [
"Drex_Dummy|bleed=1.0|burn=0.25|poison=0.25",
"FireBoss|burn=1.0",
"*|freeze=0.20"
],
"LORE_STATUS_COUNTER_NPC_IDS": [
"Drex_Dummy|*",
"FireBoss|burn|poison",
"*|stun"
]
}
- Standalone Arcane Bench Compatibility - Added a built-in runtime patch path so Socket Reforge can extend the Arcane bench without relying on an external patch plugin.
Changed
- Lore Status Presentation - Lore socket tooltips now show clearer proc details for status-focused effects.
- Runtime Compatibility Cleanup - General compatibility and maintenance adjustments were made across commands, interactions, loot helpers, and UI/runtime flows for newer server builds.
Fixed
- Held Item State Stability - Reduced cases where active weapons or interaction items could lose state during lore-driven metadata updates.
- Refinement Admin Limits - Fixed
/reforgeadmin refineto use configured refinement caps instead of a fixed limit.