Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 242 243 [244] 245 246 247

Author Topic: [MODDING] 0.40.x QUESTIONS THREAD  (Read 326254 times)

Cheesoburgor

  • Bay Watcher
  • [NO_SLEEP]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3645 on: January 09, 2016, 03:59:48 pm »

I tried to pull up the Necromorphs from Cheesoburgor's Necromorph mod to .40 for a succession game that will include them, the SCP Foundation, Holistic Spawn, Daleks, and Cybermen.

Did I screw anything up making them into a single creature?

Code: [Select]

creature_necromorph

[OBJECT:CREATURE]

[CREATURE:NECROMORPH]
[NAME:necromorph:necromorphs:necromorph]
[CASTE:SLASHER_MALE]
[CASTE:SLASHER_FEMALE]
[SELECT_CASTE:SLASHER_MALE]
[SELECT_ADDITIONAL_CASTE:SLASHER_FEMALE]
[DESCRIPTION:Slashers are the most common form of Necromorphs. While relatively weak when alone,

and possessing slow reflexes, Slashers can pose a serious threat when in groups.]
[CASTE_NAME:slasher:slashers:slasher]
[CASTE_TILE:'S'][COLOR:4:0:0]
[CHILD:10][GENERAL_CHILD_NAME:slasher hatchling:slasher hatchling]
[POP_RATIO:70]
[APPLY_CREATURE_VARIATION:STANDARD_BIPED_GAITS:900:711:521:293:1900:2900]
[APPLY_CREATURE_VARIATION:STANDARD_CLIMBING_GAITS:5951:5419:4898:1463:6944:8233]
[APPLY_CREATURE_VARIATION:STANDARD_SWIMMING_GAITS:5951:5419:4898:1463:6944:8233]
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:2990:2257:1525:731:4300:6100]
[BODY:NECROPHILE:5TOES]
    [CURIOUSBEAST_EATER][BONECARN][NONAUSEA]
[CLUSTER_NUMBER:1:8]
[BODY_SIZE:70000:70000:70000]
[SOUND:ALERT:50:2000:VOCALIZATION:scream:screams:a loud scream]
[SOUND:PEACEFUL_INTERMITTENT:30:10000:NONE:shuffle:shuffles:a quiet shuffling]
[SOUND:PEACEFUL_INTERMITTENT:3000:70000:VOCALIZATION:howl:howls:an alien howl]
        [SOUND:PEACEFUL_INTERMITTENT:0:1000:NONE:scratch your head:starts to feast on you:a loud scream close to

you][AMBUSHPREDATOR]
[PRONE_TO_RAGE:2]

[CASTE:INFECTOR]
[DESCRIPTION:The Infector is a Necromorph whose sole purpose is to spread the Necromorph contagion,

only attacking or defending itself when it cannot find any hosts to infect.]
[CASTE_NAME:infector:infectors:infector]
[CASTE_TILE:'i'][COLOR:4:0:0]
[CHILD:1][GENERAL_CHILD_NAME:infector hatchling:infector hatchling]
[FLIER]
[POP_RATIO:30]
[APPLY_CREATURE_VARIATION:STANDARD_BIPED_GAITS:740:571:381:153:1760:2760]
[APPLY_CREATURE_VARIATION:STANDARD_CLIMBING_GAITS:5811:5279:4758:1323:6804:8093]
[APPLY_CREATURE_VARIATION:STANDARD_SWIMMING_GAITS:5811:5279:4758:1323:6804:8093]
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:2850:2117:1385:591:4160:5960]
[BODY:INFECTURD]
[NO_EAT][NO_CONNECTIONS_FOR_MOVEMENT][TRANCES][NO_THOUGHT_CENTER_FOR_MOVEMENT]

[NOTHOUGHT][NONAUSEA]
[CLUSTER_NUMBER:1:4]
[SOUND:ALERT:50:2000:VOCALIZATION:scream:screams:a loud scream]
[SOUND:PEACEFUL_INTERMITTENT:30:10000:NONE:shuffle:shuffles:a quiet shuffling]
[SOUND:PEACEFUL_INTERMITTENT:3000:70000:VOCALIZATION:howl:howls:an alien howl]
        [SOUND:PEACEFUL_INTERMITTENT:0:1000:NONE:scratch your head:starts to feast on you:a loud scream close to

you][AMBUSHPREDATOR]
[PRONE_TO_RAGE:2]

[CASTE:PUKER]
[DESCRIPTION:A vile fiend living in evil deserts. It ambushes and vomits on its prey and continues to eat

their blistering meat.]
[CASTE_NAME:puker:pukers:puker]
[CASTE_TILE:'P'][COLOR:4:0:0]
[CHILD:10][GENERAL_CHILD_NAME:puker hatchling:puker hatchling]
[APPLY_CREATURE_VARIATION:STANDARD_BIPED_GAITS:1000:811:621:393:2000:3000]
[APPLY_CREATURE_VARIATION:STANDARD_CLIMBING_GAITS:6051:5519:4998:1563:7044:8333]
[APPLY_CREATURE_VARIATION:STANDARD_SWIMMING_GAITS:6051:5519:4998:1563:7044:8333]
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:3090:2357:1625:831:4400:6200]
[BONECARN][CURIOUSBEAST_EATER][NO_EAT][NOTHOUGHT][NO_THOUGHT_CENTER_FOR_MOVEMENT]

[TRANCES]
[BODY:BASIC_NECRO]
[BODY_SIZE:60000:60000:60000]
[SOUND:ALERT:10:1000:VOCALIZATION:vomit:vomits:someone vomiting]
[SOUND:PEACEFUL_INTERMITTENT:30:700:NONE:breathe painfully:breathes painfully:painful breathing]
[POP_RATIO:40][AMBUSHPREDATOR]
[PRONE_TO_RAGE:2]

[CASTE:BRUTE]
[DESCRIPTION:A vile fiend living in evil deserts. It Crushes its prey and continues to eat their fresh meat.]
[CASTE_NAME:brute:brute:brute]
[CREATURE_TILE:'B'][COLOR:4:0:0]
[CHILD:10][GENERAL_CHILD_NAME:brute hatchling:brute hatchling]
[CLUSTER_NUMBER:1:1]
[NO_EAT][NOTHOUGHT][NO_THOUGHT_CENTER_FOR_MOVEMENT]
[NONAUSEA]
[SOUND:ALERT:500:2000:VOCALIZATION:howl:howls:a loud howl]
[SOUND:PEACEFUL_INTERMITTENT:8000:70000:VOCALIZATION:howl:howls:an alien howl]
[PRONE_TO_RAGE:7]
[POP_RATIO:10]
[BODY:BASIC_NECRO]
[BODY_SIZE:200000:200000:200000]

[CASTE:EXPLODER]
[DESCRIPTION:Exploders are specialized Necromorphs that act as "suicide bombers". Their most prominent

feature is the large, glowing pustule attached to their left arm, which is filled with a highly explosive chemical

substance.]
[CASTE_NAME:exploder:exploders:exploder]
[CREATURE_TILE:'E'][COLOR:4:0:0]
[CHILD:10][GENERAL_CHILD_NAME:exploder:exploder hatchling]
[POP_RATIO:70]
[APPLY_CREATURE_VARIATION:STANDARD_BIPED_GAITS:700:511:321:93:1700:2700]
[APPLY_CREATURE_VARIATION:STANDARD_CLIMBING_GAITS:5751:5219:4698:1263:6744:8033]
[APPLY_CREATURE_VARIATION:STANDARD_SWIMMING_GAITS:5751:5219:4698:1263:6744:8033]
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:2790:2057:1325:531:4100:5900]
[BODY:HUMANOID]
    [CURIOUSBEAST_EATER][BONECARN][NONAUSEA][NOTHOUGHT]

[NO_THOUGHT_CENTER_FOR_MOVEMENT][TRANCES]
[CLUSTER_NUMBER:1:8]
[BODY_SIZE:6000:6000:6000]
[SOUND:ALERT:50:2000:VOCALIZATION:scream:screams:a loud scream]
[PRONE_TO_RAGE:2]




[SELECT_CASTE:ALL]

[NAME:necromorph:necromorphs:necromorph]

[FREQUENCY:70]

[EVIL][SAVAGE]

[BIOME:NOT_FREEZING]

[LARGE_ROAMING][LARGE_PREDATOR]
[FREQUENCY:70]

[POPULATION_NUMBER:300:2000]
[NOT_LIVING][LIKES_FIGHTING]

[CAN_LEARN][SLOW_LEARNER]
[PREFSTRING:terrifying nature]

        [NOT_LIVING][OPPOSED_TO_LIFE][CRAZED][EXTRAVISION][NOEXERT][NOPAIN][NOBREATHE][NOSTUN]

[NO_DIZZINESS][NO_FEVERS][PARALYZEIMMUNE][NOFEAR][NO_DRINK][NO_SLEEP][NO_PHYS_ATT_GAIN]

[NO_PHYS_ATT_RUST][LIKESFIGHTING][BONECARN][CARNIVORE][HUNTS_VERMIN]
[BODY:2EYES:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:SPINE:BRAIN:SKULL:5FINGERS:MOUTH:TONG

UE:FACIAL_FEATURES:TEETH:RIBCAGE]


[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[REMOVE_MATERIAL:LEATHER]
                [REMOVE_MATERIAL:HAIR]
        [REMOVE_MATERIAL:LEATHER]
                [USE_MATERIAL_TEMPLATE:SKIN_TEMPLATE]
                [USE_MATERIAL_TEMPLATE:NAIL_TEMPLATE]
                [USE_MATERIAL_TEMPLATE:TOOTH_TEMPLATE]
                [USE_MATERIAL_TEMPLATE:FAT:FAT_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:MUSCLE:MUSCLE_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:BONE:BONE_TEMPLATE]
                [USE_MATERIAL_TEMPLATE:CARTILAGE:CARTILAGE_TEMPLATE]
                [USE_MATERIAL_TEMPLATE:EYE:EYE_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:NERVE:NERVE_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:BRAIN:BRAIN_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:LUNG:LUNG_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:HEART:HEART_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:LIVER:LIVER_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:GUT:GUT_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:STOMACH:STOMACH_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:PANCREAS:PANCREAS_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:SPLEEN:SPLEEN_TEMPLATE]
        [USE_MATERIAL_TEMPLATE:KIDNEY:KIDNEY_TEMPLATE]
     

        [BODY_DETAIL_PLAN:STANDARD_TISSUES]

[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
[BODY_DETAIL_PLAN:BODY_HAIR_TISSUE_LAYERS:HAIR]
[USE_MATERIAL_TEMPLATE:NAIL:NAIL_TEMPLATE]
[USE_TISSUE_TEMPLATE:NAIL:NAIL_TEMPLATE]
[TISSUE_LAYER:BY_CATEGORY:FINGER:NAIL:FRONT]
[TISSUE_LAYER:BY_CATEGORY:TOE:NAIL:FRONT]
        [TISSUE_LAYER:BY_CATEGORY:BLADE_UPPER:BONE]
        [TISSUE_LAYER:BY_CATEGORY:BLADE_UPPER:MUSCLE]
        [TISSUE_LAYER:BY_CATEGORY:BLADE_UPPER:FAT]
        [TISSUE_LAYER:BY_CATEGORY:BLADE_UPPER:SKIN]
        [TISSUE_LAYER:BY_CATEGORY:BLADE_LOWER:BONE]
        [SELECT_MATERIAL:BONE]
        [SHEAR_YIELD:155000]
        [SHEAR_FRACTURE:310000]
        [SHEAR_STRAIN_AT_YIELD:189]
        [MAX_EDGE:100000]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUES]
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_HEAD_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_RIBCAGE_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_RELSIZES]
[USE_MATERIAL_TEMPLATE:SINEW:SINEW_TEMPLATE]
[TENDONS:LOCAL_CREATURE_MAT:SINEW:200]
[LIGAMENTS:LOCAL_CREATURE_MAT:SINEW:200]
[CREATURE_CLASS:GENERAL_POISON]
[USE_MATERIAL_TEMPLATE:PUS:PUS_TEMPLATE]
[PUS:LOCAL_CREATURE_MAT:PUS:LIQUID]

[NATURAL_SKILL:BITE:4]
[NATURAL_SKILL:DODGING:2]
[NATURAL_SKILL:GRASP_STRIKE:4]
[NATURAL_SKILL:SNEAK:4]
[NATURAL_SKILL:SITUATIONAL_AWARENESS:3]
        [NATURAL_SKILL:WRESTLING:4]

[MAXAGE:9998:9999]           
[ATTACK:BITE:BODYPART:BY_CATEGORY:HEAD]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:50]
[ATTACK_PENETRATION_PERC:70]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_CANLATCH]
                [ATTACK_VELOCITY_MODIFIER:7000]
[EQUIPS]

[PROFESSION_NAME:LASHER:halberdier:halberdiers]
[PROFESSION_NAME:MASTER_LASHER:elite halberdier:elite halberdiers]
[CANOPENDOORS]
[ALL_ACTIVE]
[HOMEOTHERM:10067]
[SWIMS_LEARNED]
[SELECT_CASTE:SLASHER_FEMALE]
[FEMALE]
                [LAYS_EGGS]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGGSHELL:SOLID]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_WHITE:LIQUID]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_YOLK:LIQUID]
       [EGG_SIZE:6100]
       [CLUTCH_SIZE:8:30]
[SELECT_CASTE:SLASHER_MALE]
[MALE]
                [LAYS_EGGS]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGGSHELL:SOLID]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_WHITE:LIQUID]
       [EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_YOLK:LIQUID]
       [EGG_SIZE:6100]
       [CLUTCH_SIZE:8:30]
[SELECT_CASTE:SLASHER_MALE]
[SELECT_ADDITIONAL_CASTE:SLASHER_FEMALE]
        [ATTACK:STAB:BODYPART:BY_CATEGORY:BLADE_LOWER]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:slash:slashes]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:40]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
                [ATTACK_VELOCITY_MODIFIER:4000]
        [ATTACK:SLASH:BODYPART:BY_CATEGORY:BLADE_LOWER]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:slash:slashes]
[ATTACK_CONTACT_PERC:30]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[SELECT_CASTE:INFECTOR]
[USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:frozen necromorph worm]
[STATE_ADJ:ALL_SOLID:frozen necromorph worm]
[STATE_NAME:LIQUID:necromorph worm]
[STATE_ADJ:LIQUID:necromorph worm]
[STATE_NAME:GAS:gaseous necromorph worm]
[STATE_ADJ:GAS:gaseous necromorph worm]
[PREFIX:NONE]
[ENTERS_BLOOD]
[SYNDROME]
[SYN_NAME:infector sting]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:INFECTOR:ALL]
[SYN_INJECTED]
[CE_BODY_TRANSFORMATION:PROB:10:START:19000]
[CE:CREATURE:NECROMORPH:EXPLODER]
[CE_BODY_TRANSFORMATION:PROB:20:START:19000]
[CE:CREATURE:NECROMORPH:BRUTE]
[CE_BODY_TRANSFORMATION:PROB:30:START:19000]
[CE:CREATURE:NECROMORPH:INFECTOR]
[CE_BODY_TRANSFORMATION:PROB:40:START:19000]
[CE:CREATURE:NECROMORPH:PUKER]
[CE_BODY_TRANSFORMATION:PROB:50:START:19000]
[CE:CREATURE:NECROMORPH:SLASHER_MALE]
[CE_BODY_TRANSFORMATION:PROB:50:START:19000]
[CE:CREATURE:NECROMORPH:SLASHER_FEMALE]
                        [CE_VOMIT_BLOOD:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:8000:PEAK:10000:END:19000]
                        [CE_NAUSEA:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:600:PEAK:10000:END:19000]
                        [CE_PARALYSIS:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:1000:PEAK:10000:END:19000]
                        [CE_FEVER:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:300:PEAK:10000:END:19000]
                       

[CE_BLISTERS:SEV:30:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:7500:END:750

0]
                       

[CE_OOZING:SEV:30:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:7500:END:750

0]
         

[CE_ADD_TAG:NO_AGING:NOT_LIVING:EXTRAVISION:NOEXERT:NOPAIN:NOBREATHE:NOSTUN:NOFEAR:NO_DRINK:NO

_SLEEP:NO_PHYS_ATT_GAIN:NO_PHYS_ATT_RUST:STERILE:TRANCES:LIKESFIGHTING:NO_EAT:START:0]
         

[CE_ADD_TAG:OPPOSED_TO_LIFE:CRAZED:NONAUSEA:NO_DIZZINESS:NO_FEVERS:PARALYZEIMMUNE:START:19000]
[CE_IMPAIR_FUNCTION:SEV:1000:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:190

00:PEAK:19000]
                               
                       
[ATTACK:IMPALE:BODYPART:BY_CATEGORY:PROBOSCIS]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:impale:impales]
[ATTACK_CONTACT_PERC:1]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:MAIN]
[SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:POISON:LIQUID:100:100]
                [ATTACK_VELOCITY_MODIFIER:10000]

[SELECT_CASTE:PUKER]
[USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:frozen puker vomit]
[STATE_ADJ:ALL_SOLID:frozen puker vomit]
[STATE_NAME:LIQUID:puker vomit]
[STATE_ADJ:LIQUID:puker vomit]
[STATE_NAME:GAS:puker vomit]
[STATE_ADJ:GAS:puker vomit]
[STATE_COLOR:ALL:GREEN]
[PREFIX:NONE]
[SYNDROME]
[SYN_NAME:puker vomit]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:PUKER:ALL]
[SYN_CONTACT][SYN_INHALED][SYN_INGESTED][SYN_INJECTED]


[CE_VOMIT_BLOOD:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:1:PEAK:10:END:10000]
                                [CE_NAUSEA:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:1:PEAK:10:END:10000]
                                [CE_FEVER:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:1:PEAK:100:END:10000]
                                [CE_BLEEDING:SEV:4:PROB:100:RESISTABLE:SIZE_DILUTES:START:1:PEAK:10:END:50000]
                               

[CE_BLISTERS:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:1:PEAK:10:END:10]
                               

[CE_IMPAIR_FUNCTION:SEV:4:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:1:PEAK:

7000:END:35000]
                               

[CE_SWELLING:SEV:4:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:1:PEAK:7000:EN

D:35000]
                               

[CE_BLISTERS:SEV:1000:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:1:PEAK:7000:

END:35000]
                               

[CE_OOZING:SEV:1000:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:1:PEAK:7000:E

ND:35000]
                               

[CE_NUMBNESS:SEV:1000:PROB:100:RESISTABLE:BP:BY_TYPE:THOUGHT:ALL:BP:BY_TYPE:GUTS:ALL:START:1:PEAK:70

00:END:35000]
                                [CE_DIZZINESS:SEV:1000:PROB:100:RESISTABLE:SIZE_DILUTES:START:1:PEAK:10:END:10000]

[CAN_DO_INTERACTION:MATERIAL_EMISSION]
  [CDI:ADV_NAME:vomits]
  [CDI:USAGE_HINT:ATTACK]
  [CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]
  [CDI:MATERIAL:LOCAL_CREATURE_MAT:POISON:TRAILING_VAPOR_FLOW]
  [CDI:TARGET:C:LINE_OF_SIGHT]
  [CDI:TARGET_RANGE:C:15]
  [CDI:MAX_TARGET_NUMBER:C:1]
  [CDI:WAIT_PERIOD:50]
        [ATTACK:SCRATCH:CHILD_TISSUE_LAYER_GROUP:BY_TYPE:GRASP:BY_CATEGORY:FINGER:NAIL]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:slash:slashes]
[ATTACK_CONTACT_PERC:50]
[ATTACK_PENETRATION_PERC:30]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]

[SELECT_CASTE:BRUTE]
        [ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:punch:punches]
[ATTACK_CONTACT_PERC:100]
[ATTACK_FLAG_WITH]
[ATTACK_PRIORITY:SECOND]
       [ATTACK_VELOCITY_MODIFIER:2000]

[SELECT_CASTE:EXPLODER]
[BLOOD:LOCAL_CREATURE_MAT:BLOOD:GAS]
        [BOILING_POINT:1000000000]
[CREATURE_CLASS:GENERAL_POISON]
[USE_MATERIAL_TEMPLATE:PUS:PUS_TEMPLATE]
[PUS:LOCAL_CREATURE_MAT:PUS:GAS]
        [BOILING_POINT:1000000000]

[SELECT_CASTE:ALL]
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:pale]
[TLCM_NOUN:skin:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:EYE:EYE]
[TL_COLOR_MODIFIER:Red]
[TLCM_NOUN:eyes:PLURAL]

Im legit impressed someone would ever use anything from my old necromorph mod as it was my first attempt at modding and i had no clue about half the tags at the time of making it so i just left them in from a creature i copypasted them from, an example of that can be seen by the necromorphs hilariously having elite halberdier name if they are to reach a certain level of a weapons skill.

I suppose the necromorphs can always dream about using conventional weapons instead their huge scythe blades :P

On a more serious note, do you still happen to have all the files of the mod? I'd love to continue working on the mod after a long break.
Logged
Im alive again after a 4 year break!

Grax

  • Bay Watcher
  • The Only.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3646 on: January 05, 2017, 01:00:43 pm »

Can anybode tell me why [GROWDUR:xxx] written only for underground dwarven plants?

Is there default [GROWDUR] value for all other plants and what is it?

43.05
Logged
Finis sanctificat media.

Grax

  • Bay Watcher
  • The Only.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3647 on: January 05, 2017, 01:48:41 pm »

Oh, i'm stupid. RTFM DF Wiki. Def is 300. ;-)
Logged
Finis sanctificat media.

Hiul

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3648 on: January 15, 2017, 09:27:31 am »

can egg hatch if i make it have mat_temp_fix to keep it warm ?
also how to copy paste the raw properly in here? im still new here.
Logged

Eric Blank

  • Bay Watcher
  • *Remain calm*
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3649 on: January 15, 2017, 06:51:02 pm »

You can paste the raws directly into your post. Put them in a quote, or in a code tag

Don't think the fixed temperature will help the eggs hatch. The way toady seemed to be explaining it is that the mother has to actually sit on them the majority of the time, which doesn't interact with their temperature
Logged
I make Spellcrafts!
I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Hiul

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3650 on: January 15, 2017, 10:03:22 pm »

oh ok here my question then
i try to create interaction that resurrect my creature and it work, but the resurrected still missing his body part also its manage to resurrected mutilated and even butchered part which get me spam of resurrect but dead again so what mistake in it or what should i add there?
also is my egg syndrome right ? to make the female incubating egg without need to eat and drink?
Code: [Select]
           [INTERACTION:DRAGOON_SALIVA]
                [I_SOURCE:CREATURE_ACTION]
                [I_TARGET:A:CORPSE]
                        [IT_LOCATION:CONTEXT_ITEM]
                        [IT_FORBIDDEN:NOT_LIVING]
                        [IT_AFFECTED_CREATURE:DRAGOON:MALE]
                        [IT_AFFECTED_CREATURE:DRAGOON:FEMALE]
                        [IT_REQUIRES:FIT_FOR_RESURRECTION]
                        [IT_MANUAL_INPUT:corpses]
                [I_EFFECT:RESURRECT]
                        [IE_TARGET:A]
                        [IE_IMMEDIATE]
                        [SYNDROME]
                                 [SYN_NAME:male Dragoon Ressurection]
                                 [SYN_CLASS:MALE]
                                 [IT_AFFECTED_CREATURE:DRAGOON:MALE]
                                 [SYN_CONTACT]
                                 [CE_BODY_TRANSFORMATION:START:0:END:1]
                                 [CE:CREATURE:DRAGOON:MALE]
                        [SYNDROME]
                                [SYN_NAME:female Dragoon Ressurection]
                                [SYN_CLASS:FEMALE]
                                [IT_AFFECTED_CREATURE:DRAGOON:FEMALE]
                                [SYN_CONTACT]
                                [CE_BODY_TRANSFORMATION:START:0:END:1]
                                [CE:CREATURE:DRAGOON:FEMALE]

[USE_MATERIAL_TEMPLATE:SPIT_DRAGOON_:SPIT_DRAGOON_TEMPLATE]
[STATE_COLOR:ALL_SOLID:CLEAR]
[STATE_NAME:ALL_SOLID:frozen Dragoon spit]
[STATE_ADJ:ALL_SOLID:frozen Dragoon spit]
[STATE_COLOR:LIQUID:CLEAR]
[STATE_NAME:LIQUID:Dragoon spit]
[STATE_ADJ:LIQUID:Dragoon spit]
[STATE_COLOR:GAS:CLEAR]
[STATE_NAME:GAS:boiling Dragoon spit]
[STATE_ADJ:GAS:boiling Dragoon spit]
                [I_SOURCE:CREATURE_ACTION]
                [I_TARGET:C:CORPSE]
                        [IT_FORBIDDEN:NOT_LIVING]
                        [IT_MANUAL_INPUT:corpses]
                        [IT_AFFECTED_CREATURE:DRAGOON:MALE]
                        [IT_AFFECTED_CREATURE:DRAGOON:FEMALE]
                        [IT_REQUIRES:FIT_FOR_RESURRECTION]
                [I_EFFECT:RESURRECT]
                        [IE_IMMEDIATE]
                        [IE_ARENA_NAME:Ressurected Dragoon corpse]
        [SYNDROME]
                [SYN_NAME:male Dragoon Ressurection]
                [SYN_CLASS:RESSURECT]
                [SYN_AFFECTED_CREATURE:DRAGOON:MALE]
                [CE_BODY_TRANSFORMATION:START:0:END:1]
                [CE:CREATURE:DRAGOON:MALE]
        [SYNDROME]
                [SYN_NAME:female Dragoon Ressurection]
                [SYN_CLASS:RESSURECT]
                [SYN_AFFECTED_CREATURE:DRAGOON:FEMALE]
                [CE_BODY_TRANSFORMATION:START:0:END:1]
                [CE:CREATURE:DRAGOON:FEMALE]


             [INTERACTION:DRAGOON_EGG_LAYING]
             [I_TARGET:A:CREATURE]
       [IT_LOCATION:CONTEXT_CREATURE]
                       [IT_FORBIDDEN:NOT_LIVING]
       [IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
                       [IT_AFFECTED_CREATURE:DRAGOON:FEMALE]
                       [IT_AFFECTED_CREATURE:LIZAURUS:FEMALE]
             [I_EFFECT:ADD_SYNDROME]
       [IE_TARGET:A]
       [IE_IMMEDIATE]
[SYNDROME]
                [SYN_NAME:Egg Incubation]
                [SYN_CLASS:FEMALE]
                [SYN_AFFECTED_CREATURE:DRAGOON:FEMALE]
                [SYN_CONTACT]
                [CE_ADD_TAG:NO_EAT:NO_DRINK:NO_SLEEP:START:0:END:302400]
[CE:COUNTER_TRIGGER:EGG_SPENT:0:302400:NONE:REQUIRED]

also is there a way to generate goblin civ without demon leader ?
« Last Edit: January 17, 2017, 08:35:30 am by Hiul »
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3651 on: January 17, 2017, 02:55:21 pm »

No clue on the first part, but make a world without a hell layer to get goblins+no demons (and weird glitchy volcano tubes)!
Logged

Hiul

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3652 on: January 17, 2017, 09:20:19 pm »

how to change the hell layer ?
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3653 on: January 18, 2017, 01:33:40 am »

Uh, in advanced world gen, set bottom layer (forces magma) to false.
Logged

Hiul

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3654 on: January 18, 2017, 03:44:31 am »

thanks, but when i try, goblin civ still not show up, even when i change both bottom layer (forces magma) and magma layer, is it still need the number of demon types to work ?

also is my egg syndrome right? most people suggest it like that for egg laying civ but theres no example to copy it, thats why im asking to be sure.
« Last Edit: January 18, 2017, 04:38:05 am by Hiul »
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3655 on: January 18, 2017, 01:30:37 pm »

Wait, you might need a semi/megabeast with [POWER] and [CAN_LEARN] if you have no demons, totally forgot that not everyone has their beasts set up like that.
Logged

Nahere

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3656 on: January 18, 2017, 02:15:22 pm »

Civilisations that use dark fortresses can only be founded by demons, as only demons can build the initial spire. Changing their site type to towns or mountainhomes should do what you want.
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3657 on: January 18, 2017, 03:46:40 pm »

Here's a picture from a world I just now started generating, paused it, open-legends force and exported the sites and pops, searched for "demon" in the sites and pops, it's kinda wide since it's both screens, hence the spoiler:
Spoiler (click to show/hide)
You'll note that it says they constructed it, rather than it being thrust up from the underworld, and indeed they are made out of "rock" blocks instead of slade.

You might notice that all of the dark fortresses on the map here are the gray "secondary founding" types, rather than the bright magenta demon forts:
Spoiler (click to show/hide)
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3658 on: January 18, 2017, 08:30:13 pm »

Is it possible that I could give a creature a reaction that lets them make a sword from their bone? Like say they spit it, but it only goes one tile so I could just pick it up?
Logged
Quote from: Cptn Kaladin Anrizlokum
I threw night creature blood into a night creature's heart and she pulled it out and bled to death.
Quote from: Eric Blank
Places to jibber madly at each other, got it
Quote from: NJW2000
If any of them are made of fire, throw stuff, run, and think non-flammable thoughts.

Arcvasti

  • Bay Watcher
  • [IS_ALREADY_HERE] [FRIENDSHIPPER:HIGH]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #3659 on: January 18, 2017, 10:12:14 pm »

A few questions:

Is there any way to make a pet into a proper citizen, with or without DFhack? I'd like to be able to uplift tame animals into the corresponding type of animal men and having them be unable to do most/all labours would be a no sell.

On an unrelated note, what raws can I change after world gen but before embark? For example, could I set the POPRATIO of one sex to 1 and the MAXAGE to 5 before worldgen to make my civ die out and then switch them back to normal before I begin Fort mode?
Logged
If you expect to live forever then you will never be disappointed.
Spooky Signature
To fix the horrid default colour scheme, follow the below steps:
Profile> Modify Profile> Look and Layout> Current Theme> (change)> Darkling
Pages: 1 ... 242 243 [244] 245 246 247