mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
Added few custom characters.
This commit is contained in:
parent
6ad7972a4b
commit
34f7006c19
3 changed files with 129 additions and 0 deletions
43
dist/ba_root/mods/custom_characters/chiku.json
vendored
Normal file
43
dist/ba_root/mods/custom_characters/chiku.json
vendored
Normal 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"
|
||||
}
|
||||
43
dist/ba_root/mods/custom_characters/pixie.json
vendored
Normal file
43
dist/ba_root/mods/custom_characters/pixie.json
vendored
Normal 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"
|
||||
}
|
||||
43
dist/ba_root/mods/custom_characters/wizardzoe.json
vendored
Normal file
43
dist/ba_root/mods/custom_characters/wizardzoe.json
vendored
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue