Enhance RPG series configuration by adding new relics and sound properties for the 'more_relics' mod, improving gameplay mechanics and audio customization options.

This commit is contained in:
Leonid Pershin
2026-05-12 19:56:07 +03:00
parent b03c4a628d
commit 667e4fa2d8
42 changed files with 2092 additions and 5 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"effects": {
"lne_archers:rangers_focus": {
"attributes": [
{
"attribute": "ranged_weapon:damage",
"value": 0.5,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "ranged_weapon:pull_time",
"value": -0.15,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "ranged_weapon:velocity",
"value": 0.5,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.5,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"disable_special_lne_weapons": false
}