Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Melted cheese blood? Syrup blood?  (Read 574 times)

Huesoo

  • Bay Watcher
  • Like yeah dude
    • View Profile
Melted cheese blood? Syrup blood?
« on: April 23, 2010, 04:00:39 pm »

Title, is it possible?
Logged
BOTTLED MESSAGE BE AFLOAT

Trorbes

  • Bay Watcher
    • View Profile
Re: Melted cheese blood? Syrup blood?
« Reply #1 on: April 23, 2010, 10:46:48 pm »

For cheese, replace [USE_MATERIAL_TEMPLATE:BLOOD:BLOOD_TEMPLATE] with:
Code: [Select]
[USE_MATERIAL_TEMPLATE:BLOOD:CREATURE_CHEESE_TEMPLATE]The creature will produce consumable cheese whenever they bleed.  However, at least in Arena, it'll be too cold to consume without letting it melt near the magma.  Similarly, your creature will always be "deathly cold" unless directly in magma.

It's similar with syrup:
Code: [Select]
[USE_MATERIAL_TEMPLATE:BLOOD:PLANT_EXTRACT_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:frozen syrup]
[STATE_NAME_ADJ:LIQUID: syrup]
[STATE_NAME_ADJ:GAS:boiling syrup]
[MATERIAL_VALUE:20]
[DISPLAY_COLOR:6:0:0]
[EDIBLE_RAW]
[EDIBLE_COOKED]
[PREFIX:NONE]
This'll work better for consumption, as its normal state is as a liquid.

If you're looking to replace it with a specific kind of cheese/syrup, then I'm not so sure other than just naming the material what you want to approximate it.
Logged