Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Domesticated Silk producers?  (Read 1764 times)

MoonMan

  • Bay Watcher
    • View Profile
Domesticated Silk producers?
« on: February 16, 2008, 09:51:00 am »

I'm trying to get an animal that you can bring with you on the embark that will make web like a spider. So far I've got

[CREATURE:MAGGOT_BARKING]
   [NAME:barking maggot:barking maggots:barking maggot]
   [TILE:'{'][COLOR:0:0:1]
   [MODVALUE:1]
   [COMMON_DOMESTIC][BENIGN]
   [SMALL_REMAINS]
   [NATURAL][PET]
   [POPULATION_NUMBER:250:500]
   [SPEED:2900]
   [SIZE:1]
   [WEBBER][WEBIMMUNE]
   [GENPOWER:2]
   [BLOODTYPE:W][CHITIN]
   [NOT_BUTCHERABLE]
   [CARNIVORE]
   [NOPAIN][NOSTUN][NOSKULL][NOBONES]
   [NOFEAR]
   [PREFSTRING:adorable yelps]
   [NO_SLEEP]
   [ALL_ACTIVE]
   [STANDARD_FLESH]
   [HOMEOTHERM:10040]
   [LAYERING:100]

The problem is they don't actually make webs. I'm able to select (Barking Maggot Silk Mittens) and such from the embark screen, so the game does seem to accept that they create silk. I also tried making them vermin, but that seems to negate them being domestic and makes you unable bring them with you when you embark.

Logged

Zironic

  • Bay Watcher
  • [SDRAW_KCAB]
    • View Profile
Re: Domesticated Silk producers?
« Reply #1 on: February 16, 2008, 04:53:00 pm »

Make it an animal that spawns on the map - and make it non aggresive- it would web right?

code:
 [CREATURE:MAGGOT_BARKING]
   [NAME:barking maggot:barking maggots:barking maggot]
   [TILE:'{'][COLOR:0:0:1]
   [MODVALUE:1]
   [COMMON_DOMESTIC][BENIGN]
   [SMALL_REMAINS]
   [NATURAL][PET]
   [POPULATION_NUMBER:250:500]
   [SPEED:2900]
   [SIZE:1]
   [WEBBER][WEBIMMUNE]
   [GENPOWER:2]
   [BLOODTYPE:W][CHITIN]
   [NOT_BUTCHERABLE]
   [CARNIVORE]
   [NOPAIN][NOSTUN][NOSKULL][NOBONES]
   [NOFEAR]
   [PREFSTRING:adorable yelps]
   [NO_SLEEP]
   [ALL_ACTIVE]
   [CLUSTER_NUMBER:10:30]
   [BIOME:MOUNTAIN]
   [STANDARD_FLESH]
   [HOMEOTHERM:10040]
   [LAYERING:100]

Logged