Skip to content

Replaceable Attributes

westernat edited this page Sep 7, 2024 · 2 revisions

For more compatibility, our attributes can be replace with other mod's attributes

Where should I replace the attribute

The config file should create by your self, it's relative to your game folder on ./config/confluence/attributes.json

Example

{
    "crit_chance": "attributeslib:crit_chance"
}

This may replace confluence:crit_chance with attributeslib:crit_chance while you installed Apothic Attributes

But our attributes is defaults to compat with Apothic Attributes, so you can ignore this example

Available Attributes

  • crit_chance
  • ranged_velocity
  • ranged_damage
  • dodge_chance
  • mining_speed
  • aggro
  • magic_damage
  • armor_pass
  • pickup_range
Clone this wiki locally