diff --git a/dist/ba_root/mods/custom_characters/chiku.json b/dist/ba_root/mods/custom_characters/chiku.json new file mode 100644 index 0000000..0f109c4 --- /dev/null +++ b/dist/ba_root/mods/custom_characters/chiku.json @@ -0,0 +1,43 @@ +{ + "color_mask": "aliColorMask", + "color_texture": "aliColor", + "head": "aliHead", + "hand": "neoSpazHand", + "torso": "jackTorso", + "pelvis": "neoSpazTorso", + "upper_arm": "pixieUpperArm", + "forearm": "cyborgForeArm", + "upper_leg": "jackUpperLeg", + "lower_leg": "neoSpazLowerLeg", + "toes_model": "melToes", + "jump_sounds": [ + "spazJump01", + "spazJump02", + "spazJump03", + "spazJump04" + ], + "attack_sounds": [ + "spazAttack01", + "spazAttack02", + "spazAttack03", + "spazAttack04" + ], + "impact_sounds": [ + "spazImpact01", + "spazImpact02", + "spazImpact03", + "spazImpact04" + ], + "death_sounds": [ + "spazDeath01" + ], + "pickup_sounds": [ + "spazPickup01" + ], + "fall_sounds": [ + "spazFall01" + ], + "icon_texture": "neoSpazIcon", + "icon_mask_texture": "neoSpazIconColorMask", + "style": "female" +} \ No newline at end of file diff --git a/dist/ba_root/mods/custom_characters/pixie.json b/dist/ba_root/mods/custom_characters/pixie.json new file mode 100644 index 0000000..52f9d22 --- /dev/null +++ b/dist/ba_root/mods/custom_characters/pixie.json @@ -0,0 +1,43 @@ +{ + "color_mask": "pixieColorMask", + "color_texture": "pixieColor", + "head": "pixieHead", + "hand": "pixieHand", + "torso": "pixieTorso", + "pelvis": "pixiePelvis", + "upper_arm": "wizardUpperArm", + "forearm": "wizardForeArm", + "upper_leg": "bunnyUpperLeg", + "lower_leg": "pixieLowerLeg", + "toes_model": "pixieToes", + "jump_sounds": [ + "spazJump01", + "spazJump02", + "spazJump03", + "spazJump04" + ], + "attack_sounds": [ + "spazAttack01", + "spazAttack02", + "spazAttack03", + "spazAttack04" + ], + "impact_sounds": [ + "spazImpact01", + "spazImpact02", + "spazImpact03", + "spazImpact04" + ], + "death_sounds": [ + "spazDeath01" + ], + "pickup_sounds": [ + "spazPickup01" + ], + "fall_sounds": [ + "spazFall01" + ], + "icon_texture": "neoSpazIcon", + "icon_mask_texture": "neoSpazIconColorMask", + "style": "pixie" +} \ No newline at end of file diff --git a/dist/ba_root/mods/custom_characters/wizardzoe.json b/dist/ba_root/mods/custom_characters/wizardzoe.json new file mode 100644 index 0000000..31c85ca --- /dev/null +++ b/dist/ba_root/mods/custom_characters/wizardzoe.json @@ -0,0 +1,43 @@ +{ + "color_mask": "zoeColorMask", + "color_texture": "zoeColor", + "head": "zoeHead", + "hand": "pixieHand", + "torso": "kronkTorso", + "pelvis": "bearPelvis", + "upper_arm": "cyborgUpperArm", + "forearm": "wizardForeArm", + "upper_leg": "agentUpperLeg", + "lower_leg": "wizardLowerLeg", + "toes_model": "melToes", + "jump_sounds": [ + "spazJump01", + "spazJump02", + "spazJump03", + "spazJump04" + ], + "attack_sounds": [ + "spazAttack01", + "spazAttack02", + "spazAttack03", + "spazAttack04" + ], + "impact_sounds": [ + "spazImpact01", + "spazImpact02", + "spazImpact03", + "spazImpact04" + ], + "death_sounds": [ + "spazDeath01" + ], + "pickup_sounds": [ + "spazPickup01" + ], + "fall_sounds": [ + "spazFall01" + ], + "icon_texture": "neoSpazIcon", + "icon_mask_texture": "neoSpazIconColorMask", + "style": "female" +} \ No newline at end of file