Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3] 4 5 ... 10

Author Topic: Share your monstrosities  (Read 9426 times)

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Share your monstrosities
« Reply #30 on: September 23, 2006, 01:25:00 am »

Yeah, looking at this, it doesn't even bother interpreting the subtype string right now.  I'll stick that on to-do.
Logged
The Toad, a Natural Resource:  Preserve yours today!

Forestwalker

  • Escaped Lunatic
    • View Profile
Re: Share your monstrosities
« Reply #31 on: September 23, 2006, 11:53:00 am »

Mine is basically the Tundra/Glacier version of the Elephant-the Mammoth!
[CREATURE:MAMMOTH]
   [NAME:mammoth:mammoths:mammoth]
   [TILE:'M'][COLOR:2:0:0]
   [LARGE_ROAMING]
   [MODVALUE:3]
   [GENPOWER:3]
   [PREFSTRING:strength]
   [IVORY]
   [DIURNAL]
   [POPULATION_NUMBER:15:30]
   [CLUSTER_NUMBER:3:7]
   [BENIGN][MEANDERER][NATURAL][PET]
   [PETVALUE:500]
   [BODY:QUADRUPED:TAIL:2EYES:2EARS:TRUNK:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:16]
   [MAXAGE:50:70]
   [ATTACK:MAIN:BYTYPE:STANCE:kick:kicks:1:2:BLUDGEON][ATTACKFLAG_WITH]
   [CHILD:10][CHILDNAME:mammoth calf:mammoth calves]
   [FAT:10]
   [BIOME_GLACIER]
   [BIOME_TUNDRA]
Logged

Zaratustra

  • Bay Watcher
    • View Profile
    • http://zarat.us/
Re: Share your monstrosities
« Reply #32 on: September 23, 2006, 12:03:00 pm »

Mine own classical Oliphaunt (the intelligent elephant) is over yonder.

Maybe the most well-finished of these could be added to the wiki as well?

[ September 23, 2006: Message edited by: Zaratustra ]

Sturmrabe

  • Escaped Lunatic
    • View Profile
Re: Share your monstrosities
« Reply #33 on: September 23, 2006, 01:24:00 pm »

How do you make custom pets?

Like if I wanted wolves instead of dogs, or big spiders to kill vermin instead of cats...

Logged

Zaratustra

  • Bay Watcher
    • View Profile
    • http://zarat.us/
Re: Share your monstrosities
« Reply #34 on: September 23, 2006, 04:43:00 pm »

[PET] makes an animal tameable in Kennels, if caught.

[COMMON_DOMESTIC] makes an animal a 'pet' that dwarves can bring to the fort or buy from humans, I believe.

Zaratustra

  • Bay Watcher
    • View Profile
    • http://zarat.us/
Re: Share your monstrosities
« Reply #35 on: September 29, 2006, 04:47:00 pm »

Since the tentacle demons are all-male, let's by all means add a couple of all-female demons.

creature_female_demon.txt:

code:
  
creature_female_demon

[OBJECT:CREATURE]

[CREATURE:MARILITH]
   [NAME:marilith:mariliths:marilith]
   [TILE:'&'][COLOR:2:0:1]
   [MODVALUE:20]
   [FANCIFUL][DEFENDER][LISP]
   [TRAPAVOID][INTELLIGENT][FIREIMMUNE]
   [LIKES_FIGHTING]
   [GENPOWER:5]
   [BLOODTYPE:0]
   [CANOPENDOORS]
   [BUTCHERABLE_NONSTANDARD][EVIL]
   [BUILDINGDESTROYER:2]
   [NOFEAR][NOEXERT]
   [PREFSTRING:large... tails]
   [BODY:HUMANOID_6ARMS_LEGLESS:TAIL_STANCE:2EYES:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:9]
   [ATTACK:MAIN:BYTYPE:GRASP:claw:claws:1:2:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTYPE:GRASP:claw:claws:1:2:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTYPE:GRASP:claw:claws:1:2:GORE][ATTACKFLAG_WITH]
   [ATTACK:SECOND:BYTYPE:HEAD:bite:bites:1:2:GORE][ATTACKFLAG_CANLATCH]
   [EQUIPS]
   [ALL_ACTIVE]
   [FEMALE]

[CREATURE:SUCCUBUS]
   [NAME:succubus:succubi:succubus]
   [TILE:'&'][COLOR:4:0:1]
   [MODVALUE:20]
   [FANCIFUL][DEFENDER]
   [TRAPAVOID][INTELLIGENT][FIREIMMUNE_SUPER]
   [FLIER]
   [LIKES_FIGHTING]
   [GENPOWER:5]
   [BLOODTYPE:0]
   [CANOPENDOORS]
   [CURIOUSBEAST_ITEM]
   [BUTCHERABLE_NONSTANDARD][EVIL]
   [BUILDINGDESTROYER:2]
   [LOCKPICKER]
   [NOFEAR][NOEXERT]
   [PREFSTRING:large... wings]
   [BODY:HUMANOID:2WINGS:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:7]
   [ATTACK:MAIN:BYTYPE:GRASP:grab:grabs:1:2:BURN][ATTACKFLAG_CANLATCH]
   [ATTACK:MAIN:BYTYPE:HEAD:kiss:kisses:1:4:BURN][ATTACKFLAG_WITH]
   [ALL_ACTIVE]
   [FEMALE]



body_marilith.txt:

code:

body_marilith

[OBJECT:BODY]

[BODY:HUMANOID_6ARMS_LEGLESS]
   [BP:UB:upper body][UPPERBODY]
   [BP:LB:lower body][CON:UB][LOWERBODY]
   [BP:HD:head][CON:UB][HEAD]
   [BP:RUA1:first right upper arm][CON:UB][LIMB]


   [BP:LUA1:first left upper arm][CON:UB][LIMB]

   [BP:RLA1:first right lower arm][CON:RUA1][LIMB]

   [BP:LLA1:first left lower arm][CON:LUA1][LIMB]

   [BP:RH1:first right hand][CON:RLA1][GRASP]

   [BP:LH1:first left hand][CON:LLA1][GRASP]

   [BP:RUA2:second right upper arm][CON:UB][LIMB]

   [BP:LUA2:second left upper arm][CON:UB][LIMB]

   [BP:RLA2:second right lower arm][CON:RUA2][LIMB]

   [BP:LLA2:second left lower arm][CON:LUA2][LIMB]

   [BP:RH2:second right hand][CON:RLA2][GRASP]

   [BP:LH2:second left hand][CON:LLA2][GRASP]

   [BP:RUA3:third right upper arm][CON:UB][LIMB]

   [BP:LUA3:third left upper arm][CON:UB][LIMB]

   [BP:RLA3:third right lower arm][CON:RUA3][LIMB]

   [BP:LLA3:third left lower arm][CON:LUA3][LIMB]

   [BP:RH3:third right hand][CON:RLA3][GRASP]

   [BP:LH3:third left hand][CON:LLA3][GRASP]


Logged

Zurai

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #36 on: October 03, 2006, 07:08:00 pm »

I'm working on a "Savage Worlds" type vibe, so here's some of mine:

code:

[CREATURE:TRICERATOPS]
   [ADD_VERSION:1073]
   [NAME:triceratops:triceratopses:triceratops]
   [TILE:'T'][COLOR:3:0:0]
   [MODVALUE:50]
   [LARGE_ROAMING][FREQUENCY:3]
   [POPULATION_NUMBER:3:4]
   [CLUSTER_NUMBER:1:3]
   [SAVAGE]
   [MEANDERER]
   [GENPOWER:4]
   [PETVALUE:500]
   [GRASSTRAMPLE:20][NATURAL][PET_EXOTIC][MOUNT_EXOTIC][WAGON_PULLER]
   [PREFSTRING:three horns]
   [PREFSTRING:scaly hide]
   [BODY:QUADRUPED:2HEAD_HORNTAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:12]
   [MAXAGE:10:20]
   [ATTACK:MAIN:BYTYPE:HEAD:gore:gores:1:6:GORE][ATTACKFLAG_WITH]
   [CHILD:3][CHILDNAME:triceratops hatchling:triceratops hatchlings]
   [DAMBLOCK:1]
   [FAT:8]
   [DIURNAL]
   [BIOME_ANY_TROPICAL]

[CREATURE:TYRANNOSAUR]
   [ADD_VERSION:1073]
   [NAME:tyrannosaur:tyrannosaurs:tyrannosaur]
   [TILE:'T'][COLOR:4:0:0]
   [MODVALUE:80]
   [LARGE_ROAMING][FREQUENCY:1]
   [POPULATION_NUMBER:1:2]
   [CLUSTER_NUMBER:2:3]
   [LARGE_PREDATOR][SAVAGE]
   [MEANDERER]
   [GENPOWER:8]
   [PETVALUE:1000]
   [GRASSTRAMPLE:20][NATURAL][PET_EXOTIC][MOUNT_EXOTIC]
   [CARNIVORE]
   [PREFSTRING:roars]
   [PREFSTRING:sword-like teeth]
   [BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:14]
   [MAXAGE:10:20]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:2:8:GORE][ATTACKFLAG_CANLATCH]
   [CHILD:1][CHILDNAME:tyrannosaur hatchling:tyrannosaur hatchlings]
   [FAT:6]
   [DIURNAL]
   [BIOME_ANY_TROPICAL]

[CREATURE:STEGOSAUR]
   [ADD_VERSION:1073]
   [NAME:stegosaur:stegosaurs:stegosaur]
   [TILE:'S'][COLOR:3:0:0]
   [MODVALUE:50]
   [LARGE_ROAMING][FREQUENCY:4]
   [POPULATION_NUMBER:1:5]
   [CLUSTER_NUMBER:1:2]
   [SAVAGE]
   [MEANDERER]
   [GENPOWER:5]
   [PETVALUE:500]
   [GRASSTRAMPLE:20][NATURAL][PET_EXOTIC][MOUNT_EXOTIC][WAGON_PULLER]
   [PREFSTRING :plated backs]
   [PREFSTRING:spiky tails]
   [BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:12]
   [MAXAGE:10:20]
   [ATTACK:MAIN:BYTYPE:TAIL:thrash:thrashes:1:4:PIERCE][ATTACKFLAG_WITH]
   [CHILD:1][CHILDNAME:stegosaur hatchling:stegosaur hatchlings]
   [DAMBLOCK:2]
   [FAT:6]
   [DIURNAL]
   [BIOME_ANY_TROPICAL]

[CREATURE:ANKYLOSAUR]
   [ADD_VERSION:1073]
   [NAME:ankylosaur:ankylosaurs:ankylosaur]
   [TILE:'A'][COLOR:3:0:0]
   [MODVALUE:50]
   [LARGE_ROAMING][FREQUENCY:4]
   [POPULATION_NUMBER:1:5]
   [CLUSTER_NUMBER:1:2]
   [SAVAGE]
   [MEANDERER]
   [GENPOWER:5]
   [PETVALUE:500]
   [GRASSTRAMPLE:20][NATURAL][PET_EXOTIC][MOUNT_EXOTIC][WAGON_PULLER]
   [PREFSTRING:armored bodies]
   [PREFSTRING:club-like tails]
   [BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:10]
   [MAXAGE:10:20]
   [ATTACK:MAIN:BYTYPE:TAIL:club:clubs:1:4:BLUDGEON][ATTACKFLAG_WITH]
   [CHILD:1][CHILDNAME:ankylosaur hatchling:ankylosaur hatchlings]
   [DAMBLOCK:2]
   [FAT:6]
   [DIURNAL]
   [BIOME_ANY_TROPICAL]

[CREATURE:PTERODACTYL]
   [ADD_VERSION:1073]
   [NAME :pterodactyl :pterodactyls :pterodactyl]
   [TILE:'P'][COLOR:2:0:0]
   [MODVALUE:20]
   [LARGE_ROAMING][FREQUENCY:5]
   [POPULATION_NUMBER:2:5]
   [CLUSTER_NUMBER:1:2]
   [SAVAGE][FLIER]
   [MEANDERER][LOOSE_CLUSTERS]
   [GENPOWER:3]
   [PETVALUE:300]
   [GRASSTRAMPLE:0][NATURAL][PET_EXOTIC][MOUNT_EXOTIC]
   [PREFSTRING:translucent wings]
   [PREFSTRING:funny heads]
   [BODY:QUADRUPED:2WINGS:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:8]
   [MAXAGE:10:20]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:1:2:GORE][ATTACKFLAG_CANLATCH]
   [CHILD:1][CHILDNAME :pterodactyl hatchling :pterodactyl hatchlings]
   [FAT:2]
   [ALL_ACTIVE]
   [BIOME_ANY_TROPICAL]


I put all those in creature_savage.txt.

These go in creature_subterranean.txt:

code:

[CREATURE:CROCODILE_CAVE_GIANT]
   [NAME:giant cave crocodile:giant cave crocodiles:giant cave crocodile]
   [TILE:'C'][COLOR:7:0:1]
   [MODVALUE:5]
   [LARGE_CAVERIVER][DIFFICULTY:3]
   [SAVAGE]
   [AMPHIBIOUS]
   [GENPOWER:4]
   [PETVALUE:1000]
   [GRASSTRAMPLE:40]
   [CARNIVORE][NATURAL][PET_EXOTIC][MOUNT_EXOTIC]
   [BUILDINGDESTROYER:2]
   [PREFSTRING:strength]
   [BODY:QUADRUPED:TAIL:2EYES:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:15]
   [MAXAGE:60:100]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:2:6:GORE][ATTACKFLAG_CANLATCH]
   [CHILD:1][CHILDNAME:giant cave crocodile hatchling:giant cave crocodile hatchlings]
   [RIVERATTACK:1:1:1:1:1:1][RIVERATTACK_RESIDENT]
   [FAT:6]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]

[CREATURE:CRAB_CAVE_GIANT]
   [NAME:giant cave crab:giant cave crabs:giant cave crab]
   [TILE:'C'][COLOR:7:0:1]
   [MODVALUE:5]
   [LARGE_CAVERIVER][DIFFICULTY:2]
   [AMPHIBIOUS][UNDERSWIM]
   [GENPOWER:3][NATURAL][PET_EXOTIC][MOUNT_EXOTIC][HASSHELL]
   [NOBONES][NOSKIN][NOSKULL]
   [PETVALUE:750]
   [GRASSTRAMPLE:20]
   [CARNIVORE]
   [BUILDINGDESTROYER:1]
   [PREFSTRING:huge claws]
   [PREFSTRING:eyestalks]
   [BODY:QUADRUPED:UPPERBODY_PINCERS:2EYES:2LUNGS:HEART:GUTS:ORGANS:BRAIN]
   [SIZE:10]
   [MAXAGE:30:70]
   [ATTACK:MAIN:BYTYPE:GRASP:grab:grabs:1:6:GORE][ATTACKFLAG_CANLATCH]
   [RIVERATTACK:1:1:1:1:1:1][RIVERATTACK_RESIDENT]
   [FAT:4]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]

[CREATURE:ARMORED_WORM]
   [NAME:armored worm:armored worms:armored worm]
   [TILE:159][COLOR:7:0:0]
   [LARGE_CHASM][FREQUENCY:3][DIFFICULTY:2]
   [MODVALUE:3]
   [LIKES_FIGHTING]
   [GENPOWER:2]
   [BUTCHERABLE_NONSTANDARD]
   [NOBREATHE][NOBLEED][NOSTUN][NONAUSEA][NOEMOTION][RECKLESS]
      [NOSTUCKINS][SEVERONBREAKS][NOSKULL][NOSKIN][NOBONES][NOTHOUGHT][NOEXERT]
   [BUILDINGDESTROYER:1]
   [NOFEAR]
   [PREFSTRING:armored skin]
   [NOSMELLYROT]
   [BODY:BASIC_2PARTBODY:BASIC_HEAD:TAIL]
   [SIZE:6]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:1:2:GORE][ATTACKFLAG_CANLATCH]
   [DAMBLOCK:2]
   [RIVERATTACK:1:1:1:2:1:3]
   [ALL_ACTIVE]
   [NO_GENDER]

[CREATURE:SALAMANDER]
   [NAME:salamander:salamanders:salamander]
   [TILE:'S'][COLOR:4:0:1]
   [LARGE_LAVA][FREQUENCY:35]
   [MODVALUE:4]
   [GENPOWER:3]
   [BUILDINGDESTROYER:1]
   [PREFSTRING:fiery coloration]
   [BODY:QUADRUPED:TAIL:2WINGS:HEART:2LUNGS:2EYES:THROAT:NECK:GUTS:ORGANS:SPINE:BRAIN]
   [FIREIMMUNE]
   [SIZE:9]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:2:5:BURN][ATTACKFLAG_CANLATCH]
   [ALL_ACTIVE]
   [FAT:4]
   [RIVERATTACK:1:1:1:2:1:4]
   [BIOME_SUBTERRANEAN_LAVA]

[CREATURE:HELLBAT]
   [NAME:hellbat:hellbat:hellbat]
   [TILE:'S'][COLOR:4:0:1]
   [LARGE_LAVA][FREQUENCY:15]
   [MODVALUE:2]
   [GENPOWER:1]
   [FLIER]
   [PREFSTRING:flaming wings]
   [BUTCHERABLE_NONSTANDARD]
   [BODY:BASIC_1PARTBODY:2WINGS:HEAD:2EYES]
   [FIREIMMUNE][NOBREATH][NOBLEED][NOSTUN][NONAUSEA][NOEMOTION][RECKLESS][SEVERONBREAKS]
      [NOSKULL][NOSKIN][NOTHOUGHT][NOEXERT][NOFEAR]
   [SIZE:2]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:1:1:BURN][ATTACKFLAG_CANLATCH]
   [ALL_ACTIVE]
   [RIVERATTACK:1:2:1:5:1:9]
   [BIOME_SUBTERRANEAN_LAVA]



These also go in creature_subterranean.txt, but they're fishing entities, not monsters.

code:

[CREATURE:OYSTER_CAVE]
   [NAME:cave oyster:cave oysters:cave oyster]
   [TILE:'o'][COLOR:7:0:1]
   [SMALLAQUATIC_CAVERIVER][NATURAL]
   [MODVALUE:2]
   [POPULATION_NUMBER:20:40]
   [AQUATIC][SMALL_REMAINS][FISHITEM][NOBONES][SESSILE_LAND][UNDERSWIM][COOKABLE_LIVE]
   [NOT_BUTCHERABLE]
   [PREFSTRING:beautiful pearls]
   [PEARL]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]

[CREATURE:CRAB_CAVE]
   [NAME:cave crab:cave crabs:cave crab]
   [TILE:'c'][COLOR:7:0:1]
   [SMALLAQUATIC_CAVERIVER][NATURAL]
   [MODVALUE:2]
   [POPULATION_NUMBER:20:40]
   [AQUATIC][SMALL_REMAINS][FISHITEM][NOBONES][UNDERSWIM][HASSHELL]
   [NOT_BUTCHERABLE]
   [PREFSTRING :pearly shells]
   [PREFSTRING:grasping claws]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]

[CREATURE:CRAB_CAVE_KING]
   [NAME:king cave crab:king cave crabs:king cave crab]
   [TILE:'c'][COLOR:7:0:2]
   [SMALLAQUATIC_CAVERIVER][NATURAL]
   [MODVALUE:3]
   [POPULATION_NUMBER:10:25]
   [AQUATIC][SMALL_REMAINS][FISHITEM][NOBONES][UNDERSWIM][HASSHELL]
   [NOT_BUTCHERABLE]
   [PREFSTRING:spiky shells]
   [PREFSTRING:large claws]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]

[CREATURE:EEL_CAVE]
   [NAME:cave eel:cave eels:cave eel]
   [TILE:'e'][COLOR:7:0:1]
   [SMALLAQUATIC_CAVERIVER][NATURAL]
   [MODVALUE:1]
   [POPULATION_NUMBER:30:60]
   [AQUATIC][SMALL_REMAINS][FISHITEM][UNDERSWIM]
   [NOT_BUTCHERABLE]
   [PREFSTRING:sinuous form]
   [ALL_ACTIVE]
   [BIOME_SUBTERRANEAN_RIVER]


(I also changed cave fish to not be sessile - fish that are permanently attached to something makes no sense)

And finally (for the moment, anyway) I added my own version of the wooly mammoth in creature_large_tundra.txt:

code:

[CREATURE:WOOLY_MAMMOTH]
   [NAME:wooly mammoth:wooly mammoths:wooly mammoth]
   [TILE:'M'][COLOR:5:0:0]
   [LARGE_ROAMING]
   [POPULATION_NUMBER:5:10]
   [CLUSTER_NUMBER:1:2]
   [MEANDERER]
   [PETVALUE:500]
   [GRASSTRAMPLE:50]
   [PREFSTRING:beady eyes]
   [PREFSTRING:thick shaggy wool]
   [BODY:QUADRUPED:TRUNK:2EYES:2EARS:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [MAXAGE:30:60]
   [ATTACK:MAIN:BYTYPE:STANCE:trample:tramples:1:4:BLUDGEON][ATTACKFLAG_WITH]
   [CHILD:1][CHILDNAME:wooly mammoth calf:wooly mammoth calves]
   [SIZE:18]
   [FAT:12]
   [DIUNRAL]
   [BIOME_GLACIER]
   [BIOME_TUNDRA]

[ October 03, 2006: Message edited by: Zurai ]

Logged

Gakidou

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #37 on: October 03, 2006, 09:26:00 pm »

Pants can get boring, so I thought I might offer my dwarves another option:

In item_pants.txt, add:

code:

[ITEM_PANTS:ITEM_PANTS_SKIRT]

[NAME:skirt:skirts]

[WEIGHT:10]

[VALUE:10]

[BLOCKPOWER:15]

[SOFT]

[LEATHER]

[MATERIAL_SIZE:3]

[ITEM_PANTS:ITEM_PANTS_KILT]
[NAME:kilt:kilts]
[CHAIN_METAL]
[WEIGHT:20]
[VALUE:15]
[ARMORLEVEL:1]
[BLOCKPOWER:40]
[SCALED]
[METAL]
[LEATHER]
[BARRED]
[METAL_ARMOR_LEVELS]
[MATERIAL_SIZE:4]


Then, in entity_default.txt, add these to any  civilizations you would like to have the option to wear these:

code:

[PANTS:ITEM_PANTS_SKIRT]

[PANTS:ITEM_PANTS_KILT]


And with that, you're ready to let your dwarves/goblins/civilized elephants go around in skirts and kilts!

(Note: I would have made them worn around the waist so that they could be worn over pants, but I couldn't find the water skin in any of the raw files, so I was unable to do that. Also, I don't think there is a way to restrict items by gender, so chances are that if you use this you are going to get male dwarves in frilly skirts.)

Logged

Fenek

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #38 on: October 08, 2006, 04:38:00 am »

You need to place those monstrosities (I like'em! My next game will be dino-fest!) in the wiki. Just to gather 'em up.
Logged

DDouble

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #39 on: October 13, 2006, 12:20:00 am »

Could somebody please replace cats with domestic giant spiders that serve the same function? That have broods of babies and don't make webs? Is there any way to have an egg-gestation period instead of just popping out newborns? I guess an egg phase would be impossible, because it would require transferring the creature between two "creature types."

I tried to make my current game more interesting by allowing every single animal to prefer any biome, and then I chose a tropical map hoping to have a very jam-packed wilderness, but to no avail. It seems that elephants have decided never to appear anymore (after 4 years) and none of the other animals seem to spawn. Someone mentioned predators not sharing maps...what does that mean? I really wanted to have a wilderness that would kill off more caravans and more immigrants but no luck.

Logged

CogDissident

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #40 on: October 13, 2006, 07:25:00 am »

You have to re-generate the world after making those changes. It places animals when it runs through world-gen.
Logged

DDouble

  • Bay Watcher
    • View Profile
Re: Share your monstrosities
« Reply #41 on: October 20, 2006, 01:03:00 am »

quote:
Originally posted by CogDissident:
<STRONG>You have to re-generate the world after making those changes. It places animals when it runs through world-gen.</STRONG>

I know, I did that, but I guess the frequency is not what I wanted.

Can you guys please upload your wonderful creations to the wiki?

Logged

Zaratustra

  • Bay Watcher
    • View Profile
    • http://zarat.us/
Re: Share your monstrosities
« Reply #42 on: October 20, 2006, 01:46:00 am »

You can do that, you know.

Captain Mayday

  • Bay Watcher
  • A Special Kind of Terrible
    • View Profile
Re: Share your monstrosities
« Reply #43 on: October 21, 2006, 10:57:00 pm »

I've made this as yet untested monstrosity:

[CREATURE:TYRANT_DEATH]
   [NAME:death tyrant:death tyrants:death tyrant]
   [TILE:'T'][COLOR:5:0:1]
   [MODVALUE:20]
   [MEGABEAST]
   [FANCIFUL]
   [LIKES_FIGHTING]
   [GENPOWER:5]
   [BLOODTYPE:C]
   [CANOPENDOORS]
   [EXTRACT_VALUE:100]
   [EXTRACT_PARALYZE]
   [EXTRACT_ANTIDOTE:death tyrant antivenin:7:0:0:100]
   [BUTCHERABLE_NONSTANDARD][EVIL]
   [BUILDINGDESTROYER:2]
   [DAMBLOCK:6]
   [PREFSTRING:hideous swarming tentacles]
   [NOPAIN][NOFEAR][EXTRAVISION][NOSTUN][NONAUSEA][NOEMOTION][RECKLESS][NOEXERT]
   [BODY:BASIC_2PARTBODY:BASIC_HEAD:TAIL_STANCE:SIX_TENTACLES:2EYES:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN]
   [SIZE:20]
   [ATTACK:MAIN:BYTYPE:HEAD:bite:bites:1:6:GORE][ATTACKFLAG_CANLATCH]
   [ATTACK:MAIN:BYTYPE:GRASP:bash:bashes:1:2:BLUDGEON][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:RUTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:LUTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:RMTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:LMTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:RLTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:LLTC:snatch:snatches:1:3:GORE][ATTACKFLAG_WITH]
   [ATTACK:MAIN:BYTOKEN:RUTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [ATTACK:MAIN:BYTOKEN:LUTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [ATTACK:MAIN:BYTOKEN:RMTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [ATTACK:MAIN:BYTOKEN:LMTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [ATTACK:MAIN:BYTOKEN:RLTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [ATTACK:MAIN:BYTOKEN:LLTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH][SPECIALATTACK_INJECT_EXTRACT:50:100]
   [FAT:6]

Logged
Why not join us on IRC? irc.newnet.net #bay12games

Zaratustra

  • Bay Watcher
    • View Profile
    • http://zarat.us/
Re: Share your monstrosities
« Reply #44 on: October 23, 2006, 02:16:00 pm »

There, the majority of these creatures is now here.
Pages: 1 2 [3] 4 5 ... 10