» Thu Jun 21, 2012 4:27 pm
i did a text search. go to Edit > Find Text. it will show results under the Objects etc tab
the weapon is DA08EbonyBlade and DA08RealEbonyBlade (i'm assuming one of these is the quest reward, probably the latter)
it does not have a COBJ record, so i guess it's not temperable in the vanilla game. you can add one yourself
create a new record in constructible object, give it a editor ID.
create your tempering recipe (for example 3 ebony ingots + 2 leather strips) and link it to a forge via the workbench keyword dropdown (CraftingSmithForge)
this will let it be craftable at the forge. if you have WeapMaterialEbony keyword on the weapon it will show up under ebony category. otherwise if you dont specify the material keyword it will show up under Misc
create another constructible object record and give it a editor ID preferabbly with "temper" in it, so that it is organized with the other temper records
add a recipe for tempering the blade (usually a single material like 1 ebony ingot), and use the dropdown to point it to the CraftingSmithngSharpeningWheel workbench
this will let you temper the blade at the grindstone.
you can add conditions to the temper record to allow it to benefit from ebony perks only when the player has ebony perk unlocked. if you dont know how to do this, you can look up the ebony weapons and copy their conditions and paste them into your temper record