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 "v0.34 Talk:Creature token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
:You have to specify CASTE_SOLDIER_ALTTILE '''and''' CASTE_SOLDIER_TILE... --[[User:Quietust|Quietust]] 00:08, 20 April 2012 (UTC)
 
:You have to specify CASTE_SOLDIER_ALTTILE '''and''' CASTE_SOLDIER_TILE... --[[User:Quietust|Quietust]] 00:08, 20 April 2012 (UTC)
 
:Thanks, much better now - Autonomy
 
:Thanks, much better now - Autonomy
 +
 +
I added links to the "attribute" and "skill token" pages in appropriate places. While modding some critters, I found it quite difficult to find the valid values for these things, hopefully this will help. [[Special:Contributions/92.21.230.29|92.21.230.29]] 13:54, 29 April 2012 (UTC), who would be jimj316 had he bothered to create an account here

Revision as of 13:54, 29 April 2012

Do crazed creatures refuse to attack other crazed creatures of the same species? Werebeasts don't seem to attack each other when they're the same.--HugoLuman 07:46, 7 April 2012 (UTC)

Either CASTE_SOLDIER_ALTTILE doesn't work as described or I'm doing something wrong. Example of the RAW I'm using, I've included the human to show that tile 154 works etc.

	[SELECT_CASTE:HUMAN_MALE]
		[SELECT_ADDITIONAL_CASTE:HUMAN_FEMALE]
			[DESCRIPTION:A human member of the fierce barbarian tribes of the woods and glaciers.]
			[CREATURE_TILE:'@']
			[CASTE_SOLDIER_TILE:154]

	[SELECT_CASTE:BADGER_MAN_MALE]
		[SELECT_ADDITIONAL_CASTE:BADGER_MAN_FEMALE]
			[DESCRIPTION:A beastkin member of the fierce barbarian tribes of the woods and glaciers. A humanoid with the head and fur of a badger.]
			[CASTE_TILE:'b']
			[CASTE_SOLDIER_ALTTILE:154]

- Autonomy

You have to specify CASTE_SOLDIER_ALTTILE and CASTE_SOLDIER_TILE... --Quietust 00:08, 20 April 2012 (UTC)
Thanks, much better now - Autonomy

I added links to the "attribute" and "skill token" pages in appropriate places. While modding some critters, I found it quite difficult to find the valid values for these things, hopefully this will help. 92.21.230.29 13:54, 29 April 2012 (UTC), who would be jimj316 had he bothered to create an account here