Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: creature eating raw food  (Read 1283 times)

Befenismor

  • Bay Watcher
  • Skype: witcher1701
    • View Profile
creature eating raw food
« on: April 23, 2011, 06:16:27 pm »

How do I make a creature(centaur in this case) be able to eat raw food?
Logged
1024: You brag about your golden goblin ejaculator.

GaxkangtheUnbound

  • Bay Watcher
  • To the skies!
    • View Profile
Re: creature eating raw food
« Reply #1 on: April 23, 2011, 08:00:14 pm »

Like, are you talking about stuff that can only be eaten when cooked?
Logged
Proud of my heritage.
Prepare to lose your sanity.

Befenismor

  • Bay Watcher
  • Skype: witcher1701
    • View Profile
Re: creature eating raw food
« Reply #2 on: April 24, 2011, 10:22:33 am »

What else could I possibly be talking about?
Logged
1024: You brag about your golden goblin ejaculator.

Patchouli

  • Bay Watcher
  • Where very delicious cake shop?
    • View Profile
Re: creature eating raw food
« Reply #3 on: April 24, 2011, 12:03:31 pm »

The confusion is because there could be two ways of looking at what you're trying to do.

1) A specific race that can eat raw food while other races cannot.
2) Any race can eat a specific food raw.

I think the first isn't possible.
The second can be achieved by going through the plant raws, and adding [EDIBLE_RAW] for each plant.

EX:
Quote
[PLANT:MUSHROOM_HELMET_PLUMP]
   [NAME:plump helmet][NAME_PLURAL:plump helmets][ADJ:plump helmet]
   [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]
      [MATERIAL_VALUE:2]
   [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]
      [EDIBLE_VERMIN]
      [EDIBLE_RAW] Here, the plump helmet plant is made edible raw.
      [EDIBLE_COOKED]
   [PICKED_TILE:6][PICKED_COLOR:5:0:0]
   [GROWDUR:300][VALUE:2]
   [USE_MATERIAL_TEMPLATE:DRINK:PLANT_ALCOHOL_TEMPLATE]
      [STATE_NAME_ADJ:ALL_SOLID:frozen dwarven wine]
      [STATE_NAME_ADJ:LIQUID:dwarven wine]
      [STATE_NAME_ADJ:GAS:boiling dwarven wine]
      [MATERIAL_VALUE:2]
      [DISPLAY_COLOR:5:0:0]
      [EDIBLE_RAW] Here, the plump helmet drink is made edible raw.
      [EDIBLE_COOKED]
      [PREFIX:NONE]
   [DRINK:LOCAL_PLANT_MAT:DRINK]

Quote
[PLANT:GRASS_TAIL_PIG]
   [NAME:pig tail][NAME_PLURAL:pig tails][ADJ:pig tail]
   [USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]
      [MATERIAL_VALUE:2]
   [BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]
The actual plant is not edible raw, because there is no [EDIBLE_RAW] tag under the structural portion.
   [PICKED_TILE:231][PICKED_COLOR:7:0:0]
   [GROWDUR:300][VALUE:2]
   [USE_MATERIAL_TEMPLATE:DRINK:PLANT_ALCOHOL_TEMPLATE]
      [STATE_NAME_ADJ:ALL_SOLID:frozen dwarven ale]
      [STATE_NAME_ADJ:LIQUID:dwarven ale]
      [STATE_NAME_ADJ:GAS:boiling dwarven ale]
      [MATERIAL_VALUE:2]
      [DISPLAY_COLOR:7:0:0]
      [EDIBLE_RAW] Here, the drink is made edible raw.
      [EDIBLE_COOKED]
      [PREFIX:NONE]
   [DRINK:LOCAL_PLANT_MAT:DRINK]
Logged

Befenismor

  • Bay Watcher
  • Skype: witcher1701
    • View Profile
Re: creature eating raw food
« Reply #4 on: April 24, 2011, 05:34:15 pm »

You know what? I'll make my centaurs vegetarian and make all plants edible.
« Last Edit: April 24, 2011, 06:30:05 pm by Befenismor »
Logged
1024: You brag about your golden goblin ejaculator.

Naryar

  • Bay Watcher
  • [SPHERE:VERMIN][LIKES_FIGHTING]
    • View Profile
Re: creature eating raw food
« Reply #5 on: April 28, 2011, 10:08:37 am »

Add [CAN_LEARN] or [INTELLIGENT] or something.

Befenismor

  • Bay Watcher
  • Skype: witcher1701
    • View Profile
Re: creature eating raw food
« Reply #6 on: April 28, 2011, 10:54:47 am »

Add [CAN_LEARN] or [INTELLIGENT] or something.

facepalm.png
Logged
1024: You brag about your golden goblin ejaculator.