From 79603ec99e9d3156317a7060724703a2ad966bcf Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Sun, 31 Aug 2025 21:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98=E5=B0=8F=E5=A5=B3=E7=9A=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml | 82 +++ .../Defs/HeadType_Defs/ARA_HeadTypeDefs.xml | 28 + 1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml | 74 ++ ...{QueenRaceDef.xml => ARA_QueenRaceDef.xml} | 6 +- .../Defs/ThingDef_Races/ARA_RaceDefBase.xml | 649 ++++++++++++++++++ .../Pawns/General/Invisible/Inv_east.png | Bin 0 -> 117 bytes .../Pawns/General/Invisible/Inv_north.png | Bin 0 -> 121 bytes .../Pawns/General/Invisible/Inv_south.png | Bin 0 -> 122 bytes .../Female_Average_Normal_east.png | Bin 0 -> 117 bytes .../Female_Average_Normal_north.png | Bin 0 -> 117 bytes .../Female_Average_Normal_south.png | Bin 0 -> 117 bytes 11 files changed, 836 insertions(+), 3 deletions(-) create mode 100644 1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml create mode 100644 1.6/1.6/Defs/HeadType_Defs/ARA_HeadTypeDefs.xml create mode 100644 1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml rename 1.6/1.6/Defs/ThingDef_Races/{QueenRaceDef.xml => ARA_QueenRaceDef.xml} (97%) create mode 100644 1.6/1.6/Defs/ThingDef_Races/ARA_RaceDefBase.xml create mode 100644 Content/Textures/Pawns/General/Invisible/Inv_east.png create mode 100644 Content/Textures/Pawns/General/Invisible/Inv_north.png create mode 100644 Content/Textures/Pawns/General/Invisible/Inv_south.png create mode 100644 Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_east.png create mode 100644 Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_north.png create mode 100644 Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_south.png diff --git a/1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml b/1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml new file mode 100644 index 0000000..d36756e --- /dev/null +++ b/1.6/1.6/Defs/AbilityDefs/ARA_Abilities.xml @@ -0,0 +1,82 @@ + + + + + ARA_EggSpew + + Launch an egg sac and a spray of acidic sludge at the target area. The sludge will stick to targets and burn them. + UI/Commands/EggSpew + 5000 + true + 300 + true + false + AcidSpray_Warmup + + Verb_CastAbility + 14.9 + 0.25 + AcidSpray_Resolve + + true + + + +
  • + ARA_Proj_StrongSludgeSpray + 18 + AcidSpray_Directional +
  • +
  • + ARA_Proj_EggSac +
  • +
    +
    + + ARA_Proj_StrongSludgeSpray + + Projectile_Liquid + Projectile + Normal + Projectile + False + True + + Things/Projectile/SludgeSpray + Graphic_Random + MoteGlow + 0.85 + + + AcidBurn + 25 + 18 + 0.4 + 0.1 + 1 + 0 + InsectSludge + 0.75 + Filth_Slime + 1 + 0.25 + + + + ARA_Proj_EggSac + + Projectile_SpawnsThing + + Things/Projectile/EggSac + Graphic_Random + + + Bullet + 21 + 0 + EggSac + true + + + +
    \ No newline at end of file diff --git a/1.6/1.6/Defs/HeadType_Defs/ARA_HeadTypeDefs.xml b/1.6/1.6/Defs/HeadType_Defs/ARA_HeadTypeDefs.xml new file mode 100644 index 0000000..009176e --- /dev/null +++ b/1.6/1.6/Defs/HeadType_Defs/ARA_HeadTypeDefs.xml @@ -0,0 +1,28 @@ + + + + + + + + + + Male + + + + Female + + + + ARA_QUEEN_Male_AverageNormalA + Pawns/General/Invisible/Inv + + + + ARA_QUEEN_Female_AverageNormalA + Pawns/General/Invisible/Inv + + + + \ No newline at end of file diff --git a/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml b/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml new file mode 100644 index 0000000..51eb0fd --- /dev/null +++ b/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml @@ -0,0 +1,74 @@ + + + + + ArachnaeQueen_Race + 30 + true + false + 0 + true + true + 2~40 + 2~40 + 30 + + false + +
  • ARA_EggSpew
  • +
    + + + + 0 + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + false + +
  • Violent
  • +
    + + + +
    + + + ARA_ArachnaeQueen + + PlayerColony + 2.55 + +
  • + +
  • ArachnaeQueen_spawnCategoriesA
  • +
  • ArachnaeQueen_spawnCategoriesB
  • + + +
    + + + 0 +
    +
    diff --git a/1.6/1.6/Defs/ThingDef_Races/QueenRaceDef.xml b/1.6/1.6/Defs/ThingDef_Races/ARA_QueenRaceDef.xml similarity index 97% rename from 1.6/1.6/Defs/ThingDef_Races/QueenRaceDef.xml rename to 1.6/1.6/Defs/ThingDef_Races/ARA_QueenRaceDef.xml index ed91637..82b657d 100644 --- a/1.6/1.6/Defs/ThingDef_Races/QueenRaceDef.xml +++ b/1.6/1.6/Defs/ThingDef_Races/ARA_QueenRaceDef.xml @@ -48,7 +48,7 @@ 75 Advanced -
  • EggSpew
  • +
  • ARA_EggSpew
  • 1 1 @@ -68,7 +68,7 @@
  • 15000 - EggSpew + ARA_EggSpew
  • @@ -94,7 +94,7 @@ false true -
  • EggSpew
  • +
  • ARA_EggSpew
  • diff --git a/1.6/1.6/Defs/ThingDef_Races/ARA_RaceDefBase.xml b/1.6/1.6/Defs/ThingDef_Races/ARA_RaceDefBase.xml new file mode 100644 index 0000000..74f7e5e --- /dev/null +++ b/1.6/1.6/Defs/ThingDef_Races/ARA_RaceDefBase.xml @@ -0,0 +1,649 @@ + + + + + + + true + Basic + 3 + + +
  • + 8 + true +
  • +
  • + 120000 + 1 + true +
  • +
    + + 120 + + + + + + + + +
  • + 15000 + ARA_EggSpew +
  • +
  • + + You've discovered the center of the nest. It's guarded by a massive insect queen! + ThreatBig +
  • +
    + ArachnaeQueen_Race + + 总之是阿拉克涅女皇原型机咯 + + + + ARA_ArachnaeQueen + + +
  • (1, 1)
  • +
  • (9999, 1)
  • +
    +
    + + +
  • (1, 1)
  • +
  • (9999, 1)
  • +
    +
    +
    + +
  • + +
  • ArachnaeQueen_spawnCategoriesA
  • +
  • ArachnaeQueen_spawnCategoriesB
  • + + 1 + +
    + + +
  • + +
  • ArachnaeQueen_spawnCategoriesA
  • +
  • ArachnaeQueen_spawnCategoriesB
  • + + 1 + +
    + + +
  • + +
  • ArachnaeQueen_spawnCategoriesA
  • +
  • ArachnaeQueen_spawnCategoriesB
  • + + 1 + +
    + + +
  • 1
  • +
  • 3
  • +
  • 5
  • +
    + + + + + 0 + true + true + true + 25 + true + 6 + + +
  • + DrugDesire + 100 +
  • +
  • + Nerves + 100 +
  • +
  • + Neurotic + 100 +
  • +
  • + Industriousness + 100 +
  • +
  • + ShootingAccuracy + 100 +
  • +
  • + Bloodlust + 100 +
  • +
  • + Abrasive + 100 +
  • +
  • + TooSmart + 100 +
  • +
  • + Greedy + 100 +
  • +
  • + Jealous + 100 +
  • +
  • + Ascetic + 100 +
  • +
  • + Pyromaniac + 100 +
  • +
  • + Transhumanist + 100 +
  • +
  • + BodyPurist + 100 +
  • +
  • + DislikesMen + 100 +
  • +
  • + DislikesWomen + 100 +
  • +
    + +
  • + +
  • + Beauty +
  • +
  • + Beauty +
  • + + 1 + 100 + +
  • + NaturalMood + 100 + 0 + 100 +
  • +
    + + + 1 + 4 + +
  • ARA_QUEEN_Female_AverageNormalA
  • +
    + + + + + + + + + (1,1) + (1,1) + (1,1) + (0,0) + + + (0, -0.125) + + + (0, -0.125) + + + (0, -0.125) + + (-0.1, 0) + (-0.055,0) + + + + (0, -0.125) + + (0.1, 0) + (0.055,0) + + + + + 65.0~85.0 + + +
  • + skin + + +
  • + 100 + (255,240,234) +
  • + + + + skin_1 + + +
  • + hair + + +
  • + 100 + (255,255,255) +
  • + + + + (35, 20, 120) + + +
    + + + + +
    +
    + + + (1,1,1,1) + Cutout + + Pawns/General/Invisible/Inv + + + + + Things/Pawn/Insect/HiveQueen/HiveQueen + + + + + Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen + + + + + + +
  • + HairDef + + false + +
  • +
  • + BeardDef + + false + +
  • +
  • + TattooDef + + false + +
  • +
    + + + 0 + 0 + + 0 + 0 + 0 + + 0 + 0 + 0 + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • Melanin
  • +
  • HairColor
  • + +
  • BodyType
  • +
  • Ears
  • +
  • Nose
  • +
  • Voice
  • + +
  • Headbone
  • +
  • Head
  • +
  • Jaw
  • +
    + + +
  • Furskin
  • +
  • Brow_Heavy
  • + +
  • Hair_BaldOnly
  • +
  • Beard_Always
  • +
  • FacialRidges
  • +
    + + +
  • EyeColor
  • +
  • Tail
  • +
  • BeardStyle
  • +
  • Fur
  • +
    + + + + + + +
  • Dirtmole
  • +
  • Genie
  • +
  • Hussar
  • +
  • Sanguophage
  • +
  • Neanderthal
  • +
  • Pigskin
  • +
  • Impid
  • +
  • Waster
  • +
  • Yttakin
  • +
  • Highmate
  • + +
  • Starjack
  • +
    + + true + +
    + + +
  • Naked
  • +
  • ApparelDamaged
  • +
  • ProsthophileHappy
  • +
  • ProsthophobeUnhappy
  • +
  • BrawlerUnhappy
  • +
  • PyromaniacHappy
  • +
  • Greedy
  • +
  • Jealous
  • +
  • SharedBed
  • +
  • AteWithoutTable
  • +
  • SleptOutside
  • +
  • SleptOnGround
  • +
  • SleptInCold
  • +
  • SleptInHeat
  • +
  • Ugly
  • + +
  • AteKibble
  • +
  • AteInsectMeatDirect
  • +
  • AteInsectMeatAsIngredient
  • +
  • AteRawFood
  • +
  • AteHumanlikeMeatDirect
  • +
  • AteHumanlikeMeatAsIngredient
  • +
  • KnowButcheredHumanlikeCorpse
  • +
  • ButcheredHumanlikeCorpseOpinion
  • +
  • AteRawHumanlikeMeat
  • +
    +
    +
    + + + 2000 + 5 + + 3.4 + 80 + + 45 + -45 + + 1 + + 1.25 + 2.3 + + 150 + 45 + 0 + + 0.75 + 1 + 0.18 + 0.6 + 0.6 + 0.7 + + 1.2 + 1 + + 1.15 + 1 + 1.25 + 0.5 + + 0.27 + 0.22 + 0.40 + + 5 + + 5 + 28 + 0.99 + + + +
  • + + +
  • Cut
  • + + 30 + 2.6 + HeadClaw + +
  • + + +
  • Blunt
  • + + 14 + 2 + HeadAttackTool + true + 0.2 + +
    + + + Humanlike + HumanlikeConstant + Humanlike + true + 850 + Leather_Light + HumanStandard + Filth_Blood + Filth_BloodSmear + BeetleLikeWithClaw + 4.5 + 9.8 + Megaspider + OmnivoreHuman, VegetarianRoughAnimal + 60 + 1.85 + 1 + 1 + Humanlike + Normal + false + 75 + Advanced + +
  • ARA_EggSpew
  • +
    + + +
  • (0.5, 0)
  • +
  • (1, 1)
  • +
  • (1.01, 0.02)
  • +
  • (3.5, 0)
  • +
    +
    + +
  • + EusocialInsectAdult + Pawn_HiveQueen_Wounded + Pawn_HiveQueen_Death + Pawn_HiveQueen_Call + Pawn_HiveQueen_Angry +
  • +
    + + 7 + 0 + 10 + 0 + 0 + 0 + 10 + 7 + 7 + 7 + 10 + 7 + 7 + 7 + 13 + 7 + 10 + 7 + 0 + 0 + 13 + 13 + + Pawn_Melee_BigBash_HitPawn + Pawn_Melee_BigBash_HitBuilding + Pawn_Melee_BigBash_Miss + Pawn_MeleeDodge + + (0.3, 0.8, 0.4) + (0,0,-0.3) + + + +
  • (0,0)
  • +
  • (0.001,43)
  • +
  • (1,86)
  • +
  • (8,86)
  • +
  • (12.5,118)
  • +
  • (12.51,0)
  • +
  • (13,0)
  • +
  • (13.001,122)
  • +
  • (13.999,130)
  • +
  • (14,0)
  • +
  • (14.001,130)
  • +
  • (16,55)
  • +
  • (18,100)
  • +
  • (20,100)
  • +
  • (50,20)
  • +
  • (60,30)
  • +
  • (70,18)
  • +
  • (80,10)
  • +
  • (90,3)
  • +
  • (100,0)
  • +
    +
    + +
  • OrganicStandard
  • +
  • Human
  • +
    +
    + + +
  • ExciseCarcinoma
  • +
  • AdministerMechSerumHealer
  • +
  • RemoveBodyPart
  • +
  • Euthanize
  • +
  • Anesthetize
  • +
  • CureScaria
  • +
  • CureBloodRot
  • +
  • CureAbasia
  • + +
  • Vasectomy
  • +
  • ReverseVasectomy
  • +
  • TubalLigation
  • +
  • ExtractOvum
  • +
  • ExtractHemogenPack
  • +
  • BloodTransfusion
  • +
  • ImplantXenogerm
  • +
  • ImplantIUD
  • +
  • RemoveIUD
  • +
  • TerminatePregnancy
  • +
    +
    + + + \ No newline at end of file diff --git a/Content/Textures/Pawns/General/Invisible/Inv_east.png b/Content/Textures/Pawns/General/Invisible/Inv_east.png new file mode 100644 index 0000000000000000000000000000000000000000..3789c3b666222f3852b6177d6ca41b575d114610 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst0R21|0RR91 literal 0 HcmV?d00001 diff --git a/Content/Textures/Pawns/General/Invisible/Inv_north.png b/Content/Textures/Pawns/General/Invisible/Inv_north.png new file mode 100644 index 0000000000000000000000000000000000000000..dc78383c0a4e9d4d35f7825f658c6e2866bd2aff GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP*B^` z#WAE}&fBw$ybKIHhZm@RfB(~oi|qzb3Iv$+s+b`xh6x`9*D|p4YKvY633$5txvX6+DP!0r^tz(2R7!qDEwstWvZ*IKA2NLmg^>bP0 Hl+XkK!;KpT literal 0 HcmV?d00001 diff --git a/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_east.png b/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_east.png new file mode 100644 index 0000000000000000000000000000000000000000..3789c3b666222f3852b6177d6ca41b575d114610 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst0R21|0RR91 literal 0 HcmV?d00001 diff --git a/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_north.png b/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_north.png new file mode 100644 index 0000000000000000000000000000000000000000..3789c3b666222f3852b6177d6ca41b575d114610 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst0R21|0RR91 literal 0 HcmV?d00001 diff --git a/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_south.png b/Content/Textures/Pawns/General/Invisible_Head/Female_Average_Normal_south.png new file mode 100644 index 0000000000000000000000000000000000000000..3789c3b666222f3852b6177d6ca41b575d114610 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst0R21|0RR91 literal 0 HcmV?d00001