Added few custom characters.

This commit is contained in:
pranav-1711 2022-03-20 19:42:17 +05:30
parent 6ad7972a4b
commit 34f7006c19
3 changed files with 129 additions and 0 deletions

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}