#removing stats information
1 messages · Page 1 of 1 (latest)
anyone know how to ?
If you want to remove the entire stat you can disable them: https://wiki.aurelium.dev/auraskills/stats
If you want to change the menu you can edit that: https://wiki.aurelium.dev/auraskills/menus (...\plugins\AuraSkills\menus\stats.yml)
can i send you here my stat.yml i dont find any information reguarding crit chanche / dmg
and i want to remove them from appearing there
Think you need to remove the lines under templates > stat > contexts
templates:
stat:
contexts:
toughness: {group: upper_left, order: 1, material: purple_stained_glass_pane}
health: {group: upper_left, order: 2, material: orange_stained_glass_pane}
regeneration: {group: upper_left, order: 3, material: yellow_stained_glass_pane}
luck: { group: upper_right, order: 1, material: green_stained_glass_pane}
wisdom: {group: upper_right, order: 2, material: blue_stained_glass_pane}
speed: {group: upper_right, order: 3, material: white_stained_glass_pane}
strength: {group: lower, order: 3, material: red_stained_glass_pane}
crit_chance: {group: lower, order: 4, material: lime_stained_glass_pane}
crit_damage: {group: lower, order: 5, material: cyan_stained_glass_pane}