Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Mannerisms?  (Read 1123 times)

Derpy Dev

  • Bay Watcher
  • Normal Person Doing Normal Things
    • View Profile
Mannerisms?
« on: April 05, 2017, 12:02:20 pm »

So there are a bunch of mannerism tokens, such as [MANNERISM_WALK] and [MANNERISM_LAUGH]. What do these do?

Sorg

  • Bay Watcher
    • View Profile
    • EnglishWithCoffee
Logged
Intelligent is a strong word to use around DF.
you're lucky it wasn't an adventurer.  I've heard they can bash your skull in by throwing water at you.  UNDERWATER

Derpy Dev

  • Bay Watcher
  • Normal Person Doing Normal Things
    • View Profile
Re: Mannerisms?
« Reply #2 on: April 05, 2017, 08:33:19 pm »

http://dwarffortresswiki.org/index.php/DF2014:Creature_mannerism_token

I appreciate the link, but I've already read that. I just don't know what this means:

Quote
Mannerisms give a possibility of a personality quirk being included in each member of a caste.
Mannerisms are hardcoded and not otherwise placed in the raws.

What does it mean, "personality quirk"?

I know what hardcoded means, but what does it mean when it says, "not otherwise placed in the raws"? Because I have seen the mannerism tokens on humans, so I know they can be placed on creatures.

Again, I appreciate it, but I need this explained to me more clearly.

WillowLuman

  • Bay Watcher
  • They/Them Life is weird
    • View Profile
Re: Mannerisms?
« Reply #3 on: April 05, 2017, 08:43:26 pm »

It means you can't write your own ones in yet.
Logged
Dwarf Souls: Prepare to Mine
Keep Me Safe - A Girl and Her Computer (Illustrated Game)
Darkest Garden - Illustrated game. - What mysteries lie in the abandoned dark?

D_E

  • Bay Watcher
    • View Profile
Re: Mannerisms?
« Reply #4 on: April 06, 2017, 08:25:57 am »

Quote
Mannerisms give a possibility of a personality quirk being included in each member of a caste.
Mannerisms are hardcoded and not otherwise placed in the raws.

What does it mean, "personality quirk"?

I know what hardcoded means, but what does it mean when it says, "not otherwise placed in the raws"? Because I have seen the mannerism tokens on humans, so I know they can be placed on creatures.

Again, I appreciate it, but I need this explained to me more clearly.

Examples of mannerisms are "mutters under her breath when she is nervous about something" and "shakes her finger up and down when trying to remember something"

The second one is presumable due to MANNERISM_FINGERS, I don't know what the first one is from.  In general, don't include mannerisms related to body parts your creatures don't have.
Logged
Mods I've done:
Zelda mod-mod, Beta in the Wild DF 47.04
Illithid Empire mod DF 31.25 (update canceled)
Spotter's Guide to Illithids (Genesis mod-mod) genesis 3.19a4 (update canceled)

Igfig

  • Bay Watcher
    • View Profile
Re: Mannerisms?
« Reply #5 on: April 06, 2017, 11:10:35 am »

You can find a list of mannerism strings in the string dump, though they're somewhat fragmented and disordered. Search for "has a habit of" to find the right section.

Also, there is a small amount of customization that can be performed. The mannerism tokens that take a body part as an argument (the last two-thirds or so on the Creature Mannerism Tokens page) can have their meaning changed pretty significantly by selecting a different word. For instance, if you give a creature

Code: [Select]
[MANNERISM_LIPS:elbow]
[MANNERISM_EYES:dice]

you'll see mannerisms like "She has a habit of licking her elbow when thinking hard" and "He constantly rolls his dice".

Derpy Dev

  • Bay Watcher
  • Normal Person Doing Normal Things
    • View Profile
Re: Mannerisms?
« Reply #6 on: April 06, 2017, 02:04:52 pm »

Okay, I get it now. Thanks!