v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:Aescula"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
In creature_standard.txt, in the dragon section:
 
In creature_standard.txt, in the dragon section:
  [CHILD:1][CHILDNAME:hatchling:hatchlings]
+
  [CHILD:40][CHILDNAME:hatchling:hatchlings]
 
 
Oddly, though, I got two hatchlings O.o
 
 
 
 
  [LITTERSIZE:1:1]
 
  [LITTERSIZE:1:1]
 
Adding that in should fix it.
 
  
 
==Feline Natureborn==
 
==Feline Natureborn==

Revision as of 09:40, 15 February 2010

Just a modding hyena here ;P Known for cheating, though. I'll post all my mods here, as they're finished up.

Food from Stone

Needs a new world.

In reaction_standard.txt:

[REACTION:STONE_FOOD]
[NAME:make food from stone!]
[SMELTER]
[REAGENT:1:STONE:NO_SUBTYPE:STONE:NO_MATGLOSS]
[PRODUCT:100:1:PLANT:NO_SUBTYPE:MUSHROOM_HELMET_PLUMP:NO_MATGLOSS]

Be warned, this will convert ANY stone into 15 Plump Helmets, including economic stones and metal ores, so keep a sharp eye on them while they're doing this!

Dragon Breeding

I did this while I already had a male and a female dragon captured and tamed. You don't have to make a new world.

In creature_standard.txt, in the dragon section:

[CHILD:40][CHILDNAME:hatchling:hatchlings]
[LITTERSIZE:1:1]

Feline Natureborn

This is a mod by someone else, I just helped with it. I'll link it once it's up.

Domestic Spinner

Just what it sounds like. Making a domesticated creature that can spin webs. Not working yet. I copied everything I could find from the dog, merely changing names and adding in the web-spinner part from cave spiders.

This code allows me to see gannek webs in the world, in "good" areas. Anyone know how to geto to the level of embarking with one?

[CREATURE:GANNEK]
	[NAME:gannek:ganneks:gannek]
	[TILE:'G'][COLOR:6:0:0]
	[PETVALUE:90][NATURAL]
	[LARGE_ROAMING]
	[NO_DRINK][NO_EAT]
	[COMMON_DOMESTIC][PET]
	[PREFSTRING:productivity]
	[BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN:MOUTH]
	[BODYGLOSS:PAW]
	[SIZE:5]
	[MAXAGE:10:20]
	[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:6:GORE]
	[WEBBER][WEBIMMUNE]
	[CHILD:1][CHILDNAME:whelp:whelps]
	[FAT:1]
	[DIURNAL]
	[STANDARD_FLESH]
	[HOMEOTHERM:10070]
	[LAYERING:100]
	[SWIMS_INNATE][SWIM_SPEED:2500]
	[GOOD]

Others

Coming soon! Feel free to suggest, at aescula[at]lycos[dot]com

Or on my Talk page, of course.