Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: SCABBARDS! The mod and how to make them.  (Read 2055 times)

Wyrdean

  • Bay Watcher
    • View Profile
SCABBARDS! The mod and how to make them.
« on: May 16, 2019, 06:45:26 pm »

Simply paste the following into item_tool_adv_mode and reaction_adventurer respectively and you'll finally have a place to put your !!!Wood Short Sword!!! after you kill those elven children!

This mod allows you to make scabbards out of: Wood, Rocks, Metal, Horn, Bone, Teeth, Gems and even (You guessed it!) Leather!
The scabbards are even useable as a weapon and parrying tool too!
They function as a rather decent mace-like weapon when made out of a heavier material and they use the misc object skill.
They have a capacity of 1300, meaning that you can put any weapon (Including mauls and great axes) inside it.


Code: [Select]
[ITEM_TOOL:ITEM_TOOL_SCABBARD]
[NAME:scabbard:scabbards]
[VALUE:50]
[SOFT_MAT]
[HARD_MAT]
[TILE:091]
[SIZE:400]
[MATERIAL_SIZE:3]
[CONTAINER_CAPACITY:1300]
[TWO_HANDED:37500]
[MINIMUM_SIZE:32500]
[SKILL:MISC_WEAPON]
[ATTACK:BLUNT:50:200:slap:slaps:flat:2000]
[ATTACK_PREPARE_AND_RECOVER:3:3]




Code: [Select]
[REACTION:MAKE_SCABBARD_ADV_LEATHER]
[NAME:Sew scabbard (Needle + 3 leather)]
[DESCRIPTION:Sew a scabbard out of 3 leather. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:needle:1:TOOL:ITEM_TOOL_NEEDLE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:leather:3:SKIN_TANNED:NONE:NONE:NONE]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:leather:NONE]
[SKILL:LEATHERWORK]
[CATEGORY:ADV_SCABBARDS]
[CATEGORY_NAME:! Crafting scabbards !]
[CATEGORY_DESCRIPTION:Make scabbards]

[REACTION:MAKE_SCABBARD_ADV_BONE]
[NAME:Carve scabbard (Dagger + 3 bones)]
[DESCRIPTION:Carve a scabbard out of 3 bones. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:dagger:1:WEAPON:ITEM_WEAPON_DAGGER_LARGE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:bone:3:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][ANY_BONE_MATERIAL]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:bone:NONE]
[SKILL:BONECARVE]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_WOOD]
[NAME:Carve scabbard (Dagger + 3 sticks)]
[DESCRIPTION:Carve a scabbard out of 3 sticks. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:dagger:1:WEAPON:ITEM_WEAPON_DAGGER_LARGE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:stick:3:TOOL:ITEM_TOOL_STICK:NONE:NONE]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:stick:NONE]
[SKILL:WOODCRAFT]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_METAL]
[NAME:Forge scabbard (Mallet + 3 metal chunks)]
[DESCRIPTION:Forge a scabbard out of 3 metal chunks. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:forging pit:1:TOOL:ITEM_TOOL_SMELTING_PIT:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:mallet:1:TOOL:ITEM_TOOL_MALLET:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:chunk:3:TOOL:ITEM_TOOL_CHUNK:NONE:NONE][REACTION_CLASS:METAL]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:chunk:NONE]
[SKILL:FORGE_WEAPON]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_ROCK]
[NAME:Knap scabbard (5 rocks)]
[DESCRIPTION:Knap a scabbard out of 5 rocks. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:rock:5:ROCK:NONE:NONE:NONE][NO_EDGE_ALLOWED]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:rock:NONE]
[SKILL:STONECRAFT]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_LARGEGEM]
[NAME:Knap scabbard (3 large gems)]
[DESCRIPTION:Knap a scabbard out of 3 large gems. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:gem:3:GEM:NONE:NONE:NONE]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:gem:NONE]
[SKILL:CUTGEM]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_SMALLGEM]
[NAME:Knap scabbard (5 small gems)]
[DESCRIPTION:Knap a scabbard out of 5 small gems. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:gem:5:SMALLGEM:NONE:NONE:NONE]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:gem:NONE]
[SKILL:CUTGEM]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_HORN]
[NAME:Carve scabbard (Dagger + 3 horns)]
[DESCRIPTION:Carve a scabbard out of 3 horns. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:dagger:1:WEAPON:ITEM_WEAPON_DAGGER_LARGE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:horn:1:NONE:NONE:NONE:NONE][ANY_HORN_MATERIAL]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:horn:NONE]
[SKILL:BONECARVE]
[CATEGORY:ADV_SCABBARDS]

[REACTION:MAKE_SCABBARD_ADV_TEETH]
[NAME:Carve scabbard (Dagger + 5 teeth)]
[DESCRIPTION:Carve a scabbard out of 5 teeth. Capacity 1300.]
[ADVENTURE_MODE_ENABLED]
[REAGENT:dagger:1:WEAPON:ITEM_WEAPON_DAGGER_LARGE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:tooth:5:NONE:NONE:NONE:NONE][ANY_TOOTH_MATERIAL]
[PRODUCT:100:1:TOOL:ITEM_TOOL_SCABBARD:GET_MATERIAL_FROM_REAGENT:tooth:NONE]
[SKILL:BONECARVE]
[CATEGORY:ADV_SCABBARDS]
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: SCABBARDS! The mod and how to make them.
« Reply #1 on: June 01, 2019, 05:40:57 am »

This is pretty cool. :-)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Wyrdean

  • Bay Watcher
    • View Profile
Re: SCABBARDS! The mod and how to make them.
« Reply #2 on: June 02, 2019, 07:41:04 am »

This is pretty cool. :-)


Thanks Meph!


I was slightly worried that I wouldn't get even a single comment, so thanks.

If you want to add it to your modpack I give you complete permission to do so, though it's not like this was all that much work, nor something really large enough to warrant it.

But, hey, it's your choice. Have a great day!
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: SCABBARDS! The mod and how to make them.
« Reply #3 on: June 10, 2019, 07:05:25 am »

You might want to post/release this is the modding forum instead of the MasterworkDF forum, that way people that want to install small mods like this will have a chance to see it. :)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::