Template:RitsuTest

From Elwiki
Revision as of 21:51, 10 October 2023 by Ritsu (talk | contribs)

Broken interaction, awk_dmg_max should inherit from dmg_max and not awk_dmg

{
  PvE = {
    avg_damage = {
      damage_numbers = {
        max = <1>{ "650", "4514" },
        min = <2>{ "650", "2559" }
      },
      hit_counts = {
        max = <3>{ 1, 1 },
        min = <table 3>
      },
      provided = false
    },
    avg_damage_awk = {
      damage_numbers = {
        max = <4>{ "650", "6093.9" },
        min = <5>{ "650", "3454.65" }
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    avg_damage_awk_useful = {
      damage_numbers = {
        max = <table 4>,
        min = <table 5>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    avg_damage_useful = {
      damage_numbers = {
        max = <table 1>,
        min = <table 2>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    total_damage = {
      damage_numbers = {
        max = <table 1>,
        min = <table 2>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = true
    },
    total_damage_awk = {
      damage_numbers = {
        max = <table 4>,
        min = <table 5>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = true
    },
    total_damage_awk_useful = {
      damage_numbers = {
        max = <table 4>,
        min = <table 5>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    total_damage_useful = {
      damage_numbers = {
        max = <table 1>,
        min = <table 2>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    }
  },
  PvP = {
    avg_damage = {
      damage_numbers = {
        max = <6>{ "230", "1597" },
        min = <7>{ "230", "905" }
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    avg_damage_awk = {
      damage_numbers = {
        max = <8>{ "230", "2155.95" },
        min = <9>{ "230", "1221.75" }
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    avg_damage_awk_useful = {
      damage_numbers = {
        max = <table 8>,
        min = <table 9>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    avg_damage_useful = {
      damage_numbers = {
        max = <table 6>,
        min = <table 7>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    total_damage = {
      damage_numbers = {
        max = <table 6>,
        min = <table 7>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = true
    },
    total_damage_awk = {
      damage_numbers = {
        max = <table 8>,
        min = <table 9>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = true
    },
    total_damage_awk_useful = {
      damage_numbers = {
        max = <table 8>,
        min = <table 9>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    },
    total_damage_useful = {
      damage_numbers = {
        max = <table 6>,
        min = <table 7>
      },
      hit_counts = {
        max = <table 3>,
        min = <table 3>
      },
      provided = false
    }
  }
}