From acda141f58cf6d7bf2f3ad2f80c0cf9875601cd4 Mon Sep 17 00:00:00 2001 From: holydruid <684+holydruid@noreply.octowow.st> Date: Fri, 31 Jul 2026 00:21:07 +0000 Subject: [PATCH] Upload files to "schema" --- schema/SpellVisualKit.dbc.yaml | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 schema/SpellVisualKit.dbc.yaml diff --git a/schema/SpellVisualKit.dbc.yaml b/schema/SpellVisualKit.dbc.yaml new file mode 100644 index 0000000..ef13750 --- /dev/null +++ b/schema/SpellVisualKit.dbc.yaml @@ -0,0 +1,58 @@ +# Default schema for SpellVisualKit.dbc (WoW 1.12.1 5875) +# +# Array fields in this table are expanded with numeric suffixes. The +# order matches the column order in the DBC. +fields: + - ID + - KitType + - AnimID + - HeadEffect + - ChestEffect + - BaseEffect + - LeftHandEffect + - RightHandEffect + - BreathEffect + - SpecialEffect_1 + - SpecialEffect_2 + - SpecialEffect_3 + - WorldEffect + - SoundID + - ShakeID + - CharProc_1 + - CharProc_2 + - CharProc_3 + - CharProc_4 + - CharParamZero_1 + - CharParamZero_2 + - CharParamZero_3 + - CharParamZero_4 + - CharParamOne_1 + - CharParamOne_2 + - CharParamOne_3 + - CharParamOne_4 + - CharParamTwo_1 + - CharParamTwo_2 + - CharParamTwo_3 + - CharParamTwo_4 + - CharParamThree_1 + - CharParamThree_2 + - CharParamThree_3 + - CharParamThree_4 + +# KitType<32> +# AnimID<32> +# HeadEffect<32> +# ChestEffect<32> +# BaseEffect<32> +# LeftHandEffect<32> +# RightHandEffect<32> +# BreathEffect<32> +# SpecialEffect<32>[3] +# WorldEffect<32> +# SoundID<32> +# ShakeID<32> +# CharProc<32>[4] +# CharParamZero[4] +# CharParamOne[4] +# CharParamTwo[4] +# CharParamThree[4] \ No newline at end of file