Dwarf Fortress > DF Modding

Spiders

(1/7) > >>

Kalidari:
So in an effort to ease silk production i tried to add webbing to different creatures but the only web attack i could get to work was the one from the Giant Cave Spider, what i want is what the normal cave spiders do, just leave some lying around every so often.

Is there any way to add that ability to, say, cats?

Or could i tame cave spiders (as common domestic pets) and embark with them?

Kalidari:
Would adding these to an animal allow it to just leave web as it moves around?



[WEBBER:LOCAL_CREATURE_MAT:SILK]
[USE_MATERIAL_TEMPLATE:SILK:SILK_TEMPLATE]

I'll test it anyway and see if it works

CulixCupric:
here, have a brand new domestic barn spider raw fragment...


--- Code: ---[CREATURE:SPIDER_DOMESTIC]
[DESCRIPTION:A small arachnid, domesticated for silk production.]
[NAME:barn spider:barn spiders:barn spider]
[CASTE_NAME:barn spider:barn spiders:barn spider]
[CREATURE_TILE:161][COLOR:7:0:0]
[CARNIVORE]
[PETVALUE:28]
[PREFSTRING:soft silk]
[PREFSTRING:shiny carapace]
[LARGE_ROAMING]
[ROOT_AROUND]
[HUNTS_VERMIN]
[COMMON_DOMESTIC]
[BENIGN][MEANDERER][PET]
[PARALYZEIMMUNE]
[WEBIMMUNE]
[NATURAL]
[BIOME:SUBTERRANEAN_WATER]
[BIOME:SUBTERRANEAN_CHASM]
[UNDERGROUND_DEPTH:1:2]
[POPULATION_NUMBER:25:50]
[SMALL_REMAINS]
[APPLY_CREATURE_VARIATION:STANDARD_WALKING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[APPLY_CREATURE_VARIATION:STANDARD_CLIMBING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[STANCE_CLIMBER][NATURAL_SKILL:CLIMBING:15]
[ALL_ACTIVE]
[NO_SLEEP]
[HOMEOTHERM:10040]
[LOW_LIGHT_VISION:10000]
[NOT_BUTCHERABLE]
[NOPAIN][EXTRAVISION][NOSTUN][NOFEAR]
[NOBONES]
[BODY:SPIDER:2EYES:HEART:GUTS:BRAIN:MOUTH]
[BODY_DETAIL_PLAN:CHITIN_MATERIALS]
[BODY_DETAIL_PLAN:CHITIN_TISSUES]
[USE_MATERIAL_TEMPLATE:VENOM:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:frozen barn spider venom]
[STATE_ADJ:ALL_SOLID:frozen barn spider venom]
[STATE_NAME:LIQUID:barn spider venom]
[STATE_ADJ:LIQUID:barn spider venom]
[STATE_NAME:GAS:boiling barn spider venom]
[STATE_ADJ:GAS:boiling barn spider venom]
[PREFIX:NONE]
[ENTERS_BLOOD]
[SYNDROME]
[SYN_NAME:barn spider bite]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]
[SYN_INJECTED]
[CE_DIZZINESS:SEV:1:PROB:10:RESISTABLE:START:1:PEAK:100:END:2]
[USE_MATERIAL_TEMPLATE:SILK:SILK_TEMPLATE]
[EXTRACT:LOCAL_CREATURE_MAT:VENOM]
[WEBBER:LOCAL_CREATURE_MAT:SILK]
[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:CHITIN:FAT:MUSCLE]
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]
[USE_MATERIAL_TEMPLATE:SINEW:SINEW_TEMPLATE]
[TENDONS:LOCAL_CREATURE_MAT:SINEW:200]
[LIGAMENTS:LOCAL_CREATURE_MAT:SINEW:200]
[HAS_NERVES]
[USE_MATERIAL_TEMPLATE:ICHOR:ICHOR_TEMPLATE]
[BLOOD:LOCAL_CREATURE_MAT:ICHOR:LIQUID]
[CREATURE_CLASS:GENERAL_POISON]
[GETS_WOUND_INFECTIONS]
[GETS_INFECTIONS_FROM_ROT]
[USE_MATERIAL_TEMPLATE:PUS:PUS_TEMPLATE]
[PUS:LOCAL_CREATURE_MAT:PUS:LIQUID]
[BODY_SIZE:0:0:50]
[MAXAGE:1:1]
[HOMEOTHERM:10040]
[CASTE: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:60]
[CLUTCH_SIZE:3:5]
[CASTE:MALE]
[MALE]
[SELECT_CASTE:ALL]
[SET_TL_GROUP:BY_CATEGORY:ALL:CHITIN]
[TL_COLOR_MODIFIER:WHITE:1]
[TLCM_NOUN:chitin:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:EYE:EYE]
[TL_COLOR_MODIFIER:BLACK:1]
[TLCM_NOUN:eyes:PLURAL]
--- End code ---

Hugo_The_Dwarf:
I believe it's currently only vermin creatures that place webs around randomly, Giant cave spiders spew webs out as an interaction instead of a random chance on tick. So if you made a new domesticated vermin pet that you could buy and then release from the cages/traps and have them do their thing is one way, however I don't know the timer they have until they despawn/vanish/leave

CulixCupric:

--- Quote from: Hugo_The_Dwarf on September 16, 2015, 03:03:15 pm ---I believe it's currently only vermin creatures that place webs around randomly, Giant cave spiders spew webs out as an interaction instead of a random chance on tick. So if you made a new domesticated vermin pet that you could buy and then release from the cages/traps and have them do their thing is one way, however I don't know the timer they have until they despawn/vanish/leave

--- End quote ---
thanks, i put vermin_grounder back in, and spliced a bit from fluffy wamblers... not much, but anyway... i am going to test and see if it works now, as i can embark with them... if they work i will post the new raw fragment.

edit: can't find them on embark screen...

Navigation

[0] Message Index

[#] Next page

Go to full version