- add: new races - vulpies and tajarans

This commit is contained in:
2024-02-12 15:48:28 +03:00
parent a68c1d13b7
commit 7bc240ade4
227 changed files with 2720 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,333 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/blob/ed08e46fea6734b6237b97b10183c20e397542d0/code/modules/mob/living/carbon/human/body_accessories.dm#L118",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "accessory_none_s",
"directions": 4
},
{
"name": "bushy",
"directions": 4
},
{
"name": "bushy_a",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "straight",
"directions": 4
},
{
"name": "straight_a",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "tiny",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
},
{
"name": "tiny_a",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "short",
"directions": 4
},
{
"name": "short_a",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "straightbushy",
"directions": 4
},
{
"name": "straightbushy_a",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "winglertail",
"directions": 4
},
{
"name": "winglertail_a",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,109 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/TauCetiStation/TauCetiClassic/pull/9727",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "tajaran",
"directions": 4
},
{
"name": "tajaran_fem",
"directions": 4
},
{
"name": "tajaran-anim",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -0,0 +1,43 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/tree/ed08e46fea6734b6237b97b10183c20e397542d0/icons/mob/sprite_accessories/vulpkanin",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "foxbelly_s",
"directions": 4
},
{
"name": "bellycrest_s",
"directions": 4
},
{
"name": "fullbelly_s",
"directions": 4
},
{
"name": "pointsfade_s",
"directions": 4
},
{
"name": "pointsfadebelly_s",
"directions": 4
},
{
"name": "sharppoints_s",
"directions": 4
},
{
"name": "crestpoints_s",
"directions": 4
},
{
"name": "altpointsfadebelly_s",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

View File

@@ -0,0 +1,63 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/tree/ed08e46fea6734b6237b97b10183c20e397542d0/icons/mob/sprite_accessories/vulpkanin",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "blaze_s",
"directions": 4
},
{
"name": "kita_s",
"directions": 4
},
{
"name": "mask_s",
"directions": 4
},
{
"name": "patch_s",
"directions": 4
},
{
"name": "ruff_s",
"directions": 4
},
{
"name": "swift_s",
"directions": 4
},
{
"name": "vulpine_s",
"directions": 4
},
{
"name": "brows_s",
"directions": 4
},
{
"name": "vulpinefluff_s",
"directions": 4
},
{
"name": "elder_s",
"directions": 4
},
{
"name": "elder_chin_s",
"directions": 4
},
{
"name": "slash_s",
"directions": 4
},
{
"name": "earfluff_s",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

View File

@@ -0,0 +1,43 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/tree/ed08e46fea6734b6237b97b10183c20e397542d0/icons/mob/sprite_accessories/vulpkanin",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "nose_alt_s",
"directions": 4
},
{
"name": "tiger_head_s",
"directions": 4
},
{
"name": "tiger_face_s",
"directions": 4
},
{
"name": "nose_s",
"directions": 4
},
{
"name": "muzzle_s",
"directions": 4
},
{
"name": "muzzle_ear_s",
"directions": 4
},
{
"name": "points_fade_s",
"directions": 4
},
{
"name": "points_sharp_s",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,331 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/tree/ed08e46fea6734b6237b97b10183c20e397542d0/icons/mob/sprite_accessories/vulpkanin",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "default_tip_s",
"directions": 4
},
{
"name": "default_tipw_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "default_fade_s",
"directions": 4
},
{
"name": "default_fadew_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "bushfluff_s",
"directions": 4
},
{
"name": "bushfluffw_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "sbtip_s",
"directions": 4
},
{
"name": "sbtipw_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "sbfade_s",
"directions": 4
},
{
"name": "sbfadew_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "sbsilverfade_s",
"directions": 4
},
{
"name": "sbsilverfadew_s",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

View File

@@ -0,0 +1,171 @@
{
"version": 1,
"license": "CC-BY-NC-SA 3.0",
"copyright": "https://github.com/TauCetiStation/TauCetiClassic/pull/9727",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "head_m",
"directions": 4
},
{
"name": "head_f",
"directions": 4
},
{
"name": "head_m_fat",
"directions": 4
},
{
"name": "head_f_fat",
"directions": 4
},
{
"name": "chest_m_pumped",
"directions": 4
},
{
"name": "chest_f_pumped",
"directions": 4
},
{
"name": "chest_m_fat",
"directions": 4
},
{
"name": "chest_f_fat",
"directions": 4
},
{
"name": "chest_m",
"directions": 4
},
{
"name": "chest_f",
"directions": 4
},
{
"name": "groin_m_pumped",
"directions": 4
},
{
"name": "groin_f_pumped",
"directions": 4
},
{
"name": "groin_m_fat",
"directions": 4
},
{
"name": "groin_f_fat",
"directions": 4
},
{
"name": "groin_m",
"directions": 4
},
{
"name": "groin_f",
"directions": 4
},
{
"name": "r_arm_m_pumped",
"directions": 4
},
{
"name": "r_arm_f_pumped",
"directions": 4
},
{
"name": "r_arm_m_fat",
"directions": 4
},
{
"name": "r_arm_f_fat",
"directions": 4
},
{
"name": "r_arm_m",
"directions": 4
},
{
"name": "r_arm_f",
"directions": 4
},
{
"name": "l_arm_m_pumped",
"directions": 4
},
{
"name": "l_arm_f_pumped",
"directions": 4
},
{
"name": "l_arm_m_fat",
"directions": 4
},
{
"name": "l_arm_f_fat",
"directions": 4
},
{
"name": "l_arm_m",
"directions": 4
},
{
"name": "l_arm_f",
"directions": 4
},
{
"name": "r_leg_f_pumped",
"directions": 4
},
{
"name": "r_leg_f_fat",
"directions": 4
},
{
"name": "r_leg_f",
"directions": 4
},
{
"name": "r_leg_m_pumped",
"directions": 4
},
{
"name": "r_leg_m_fat",
"directions": 4
},
{
"name": "r_leg_m",
"directions": 4
},
{
"name": "l_leg_m_pumped",
"directions": 4
},
{
"name": "l_leg_f_pumped",
"directions": 4
},
{
"name": "l_leg_m_fat",
"directions": 4
},
{
"name": "l_leg_f_fat",
"directions": 4
},
{
"name": "l_leg_m",
"directions": 4
},
{
"name": "l_leg_f",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Some files were not shown because too many files have changed in this diff Show More