Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Stone anvils?  (Read 5410 times)

gtmattz

  • Bay Watcher
  • [PREFSTRING:BEARD]
    • View Profile
Stone anvils?
« on: August 27, 2010, 06:49:03 pm »

I apologize for the newb questions but..

What are the steps I would need to do take to give my dwarves the ability to use a chunk of hard stone (like diorite or granite) as an anvil?



And while we are at it, the same article where I found those stone anvil pictures talks about harvesting iron nodules from peat bogs, it would be quite interesting to be able to harvest iron ore from peat layers like sand from sand layers...
Quote
When a layer of peat in the bog is cut and pulled back using turf knives (right), pea sized nodules of bog iron can be found and harvested. Although the iron nodules are reasonably pure, there aren't many of them. They are, however, a renewable resource. About once each generation, the same bog can be re-harvested.
« Last Edit: August 27, 2010, 07:11:11 pm by gtmattz »
Logged
Quote from: Hyndis
Just try it! Its not like you die IRL if Urist McMiner falls into magma.

Urist Mcinternetuser

  • Bay Watcher
  • Cthulhu, the scariest Forgotten Beast of all.
    • View Profile
Re: Stone anvils?
« Reply #1 on: August 27, 2010, 07:01:50 pm »

One second. Working on mod...
Logged

gtmattz

  • Bay Watcher
  • [PREFSTRING:BEARD]
    • View Profile
Re: Stone anvils?
« Reply #2 on: August 27, 2010, 07:18:01 pm »

Hrm, I could probably add iron ore as a small cluster stone in peat?
Code: [Select]
[INORGANIC:BOG_IRON]
[USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:bog iron][DISPLAY_COLOR:7:6:0][TILE:153]
[ENVIRONMENT_SPEC:PEAT:CLUSTER_SMALL:100]
[ITEM_SYMBOL:10]
[METAL_ORE:IRON:100]
[SOLID_DENSITY:5100]
[MATERIAL_VALUE:8]
[IS_STONE]
[MELTING_POINT:12736]

« Last Edit: August 27, 2010, 07:21:39 pm by gtmattz »
Logged
Quote from: Hyndis
Just try it! Its not like you die IRL if Urist McMiner falls into magma.

Urist Mcinternetuser

  • Bay Watcher
  • Cthulhu, the scariest Forgotten Beast of all.
    • View Profile
Re: Stone anvils?
« Reply #3 on: August 27, 2010, 07:35:16 pm »

I discovered why it took me so long to make this work. Damn typos. Here is the stone anvil mod with custom workshop (I don't know what the building name is for mason's workshops so I made a custom workshop). You know where to add these things right?

Reaction other:

[REACTION:CARVE_STONE_ANVIL]
   [NAME:Carve stone anvil]
   [BUILDING:ANVIL_MAKER:CUSTOM_V]
   [REAGENT:A:1:BOULDER:NO_SUBTYPE:INORGANIC:NONE]
   [PRODUCT:100:1:ANVIL:NO_SUBTYPE:GET_MATERIAL_FROM_REAGENT:A:NONE]
   [SKILL:MASONRY]

Custom Building:

[BUILDING_WORKSHOP:ANVIL_MAKER]
   [NAME:Anvil Carving Workshop]
   [NAME_COLOR:7:0:1]
   [DIM:3:3]
   [WORK_LOCATION:2:2]
   [BUILD_LABOR:MASONRY]
   [BUILD_KEY:CUSTOM_SHIFT_V]
   [BLOCK:1:1:0:1]
   [BLOCK:2:0:0:0]
   [BLOCK:3:1:0:1]
   [TILE:0:1:' ':' ':150]
   [TILE:0:2:' ':' ':'/']
   [TILE:0:3:'-':' ':' ']
   [COLOR:0:1:0:0:0:0:0:0:6:0:0]
   [COLOR:0:2:0:0:0:0:0:0:6:0:0]
   [COLOR:0:3:6:0:0:0:0:0:0:0:0]
   [TILE:1:1:' ':' ':'=']
   [TILE:1:2:'-':' ':8]
   [TILE:1:3:' ':' ':150]
   [COLOR:1:1:0:0:0:0:0:0:6:0:0]
   [COLOR:1:2:6:0:0:0:0:0:6:0:0]
   [COLOR:1:3:0:0:0:0:0:0:6:0:0]
   [TILE:2:1:'-':' ':8]
   [TILE:2:2:' ':' ':8]
   [TILE:2:3:' ':150:' ']
   [COLOR:2:1:6:0:0:0:0:0:6:0:0]
   [COLOR:2:2:0:0:0:0:0:0:6:0:0]
   [COLOR:2:3:0:0:0:6:0:0:0:0:0]
   [TILE:3:1:201:' ':187]
   [TILE:3:2:' ':229:' ']
   [TILE:3:3:200:' ':188]
   [COLOR:3:1:0:0:1:0:0:1:0:0:1]
   [COLOR:3:2:0:0:1:0:0:1:0:0:1]
        [COLOR:3:3:0:0:1:0:0:1:0:0:1]

[BUILD_ITEM:1:NONE:NONE:NONE:NONE][BUILDMAT][WORTHLESS_STONE_ONLY][CAN_USE_ARTIFACT]

       
Entity:
       
        [PERMITTED_BUILDING:ANVIL_MAKER]
   [PERMITTED_REACTION:CARVE_STONE_ANVIL]


I checked and it works. And ignore the weird indenting below entity.
« Last Edit: August 27, 2010, 07:37:14 pm by Urist Mcinternetuser »
Logged

gtmattz

  • Bay Watcher
  • [PREFSTRING:BEARD]
    • View Profile
Re: Stone anvils?
« Reply #4 on: August 27, 2010, 07:40:43 pm »

Sweet thanks!


--
Was finally able to try it, everything works great, thanks again!
« Last Edit: August 27, 2010, 08:06:49 pm by gtmattz »
Logged
Quote from: Hyndis
Just try it! Its not like you die IRL if Urist McMiner falls into magma.

Urist Mcinternetuser

  • Bay Watcher
  • Cthulhu, the scariest Forgotten Beast of all.
    • View Profile
Re: Stone anvils?
« Reply #5 on: August 27, 2010, 08:11:02 pm »

Glad to help.
Logged

NRN_R_Sumo1

  • Bay Watcher
    • View Profile
Re: Stone anvils?
« Reply #6 on: August 28, 2010, 01:29:42 am »

I apologize for the newb questions but..

What are the steps I would need to do take to give my dwarves the ability to use a chunk of hard stone (like diorite or granite) as an anvil?



And while we are at it, the same article where I found those stone anvil pictures talks about harvesting iron nodules from peat bogs, it would be quite interesting to be able to harvest iron ore from peat layers like sand from sand layers...
Quote
When a layer of peat in the bog is cut and pulled back using turf knives (right), pea sized nodules of bog iron can be found and harvested. Although the iron nodules are reasonably pure, there aren't many of them. They are, however, a renewable resource. About once each generation, the same bog can be re-harvested.

Just a question but you didn't happen to stumble upon this by visiting the Craftybits Forums at The Wormhole did you?
That particular article caused us to bring in peat bog iron harvesting to Oblivion.
Logged
A dwarf is nothing but an alcohol powered beard.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Stone anvils?
« Reply #7 on: August 28, 2010, 08:40:56 am »

Hrm, I could probably add iron ore as a small cluster stone in peat?
Code: [Select]
[INORGANIC:BOG_IRON]
[USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:bog iron][DISPLAY_COLOR:7:6:0][TILE:153]
[ENVIRONMENT_SPEC:PEAT:CLUSTER_SMALL:100]
[ITEM_SYMBOL:10]
[METAL_ORE:IRON:100]
[SOLID_DENSITY:5100]
[MATERIAL_VALUE:8]
[IS_STONE]
[MELTING_POINT:12736]



It's called goethite and I have it in Genesis.

Also thanks for the stone anvil idea.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

vhappylurker

  • Bay Watcher
    • View Profile
Re: Stone anvils?
« Reply #8 on: August 28, 2010, 02:00:09 pm »

This is a most dwarfly mod. I approve greatly!

TomiTapio

  • Bay Watcher
  • OldGenesis since 2012
    • View Profile
    • My Flickr animal photos
Re: Stone anvils?
« Reply #9 on: August 28, 2010, 03:12:21 pm »

Hmm which ore would be the best for such anvilmaking...
http://en.wikipedia.org/wiki/Mohs_scale_of_mineral_hardness
maybe Orthoclase (hardness 6), Tetrahedrite (only "somewhat brittle").
I recommend Mica. Maybe Hornblende and Gneiss too.

Anyways would be easier in the smelter to pour molten metal into a clay/sand/wood/STONE mold.
Insert stone coffer and fuel and iron ore into smelter, out comes an iron anvil!

"brittle, showing little or no resistance to breakage, and as such separating into fragments under the blow of a hammer or when cut by a knife (most silicate minerals are brittle); and elastic, capable of being bent or pulled out of shape but returning to the original form when relieved (mica is elastic)."
« Last Edit: August 28, 2010, 03:22:29 pm by TomiTapio »
Logged
==OldGenesis mod== by Deon & TomiTapio. Five wood classes, four leather classes. Nine enemy civs. So much fine-tuning.
47.05e release: http://dffd.bay12games.com/who.php?id=1538
OldGenesis screenshots: https://twitter.com/hashtag/OldGenesis?src=hashtag_click&f=image
My Finnish language file: http://dffd.bay12games.com/file.php?id=14884

claer_runway

  • Bay Watcher
    • View Profile
Re: Stone anvils?
« Reply #10 on: August 28, 2010, 03:28:37 pm »

you don't want a hard anvil, you want a tough anvil. old anvils are covered in bumps. they need to have a little give.
Logged
You can't program common sense.

like Skies of Arcadia?:
http://www.youtube.com/user/clearrunway