promotional bannermobile promotional banner

Patchly

The Perfect Pure Patch Plugin. A modern in-place Zima, Patchwork, and Hytalor Alternative
Back to Files

Patchly 3.4.2.jar

File namePatchly-3.4.2.jar
Uploader
ItsRiprodItsRiprod
Uploaded
Jul 23, 2026
Downloads
217
Size
109.5 KB
File ID
8496631
Type
R
Release
Supported game versions
  • 0.5

What's new

v3.4.2

Added Variables

Deriving values with .vars and #

When many assets share numbers, define them once in a .vars file and compute per-asset values with a # key instead of hardcoding. A .vars holds plain numbers and its filename is the scope:

Armor.vars

{ "Spread_Head": 0.15, "Mult_Mana": 1.0 }

Adamantite.vars

{ "Mana": 80 }

Suffix a numeric key with # to make its value an expression, and reference a variable as $Scope.Name:

{ "Armor": { "StatModifiers": { "Mana?": [
  { "Amount#": "round($Adamantite.Mana * $Armor.Spread_Head * $Armor.Mult_Mana)", "CalculationType": "Additive" }
] } } }

This mod has no additional files