118 lines
3.7 KiB
JSON
118 lines
3.7 KiB
JSON
{
|
|
"__data_type": "UTI ",
|
|
"AddCost": {
|
|
"type": "dword",
|
|
"value": 999
|
|
},
|
|
"BaseItem": {
|
|
"type": "int",
|
|
"value": 74
|
|
},
|
|
"Charges": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"Comment": {
|
|
"type": "cexostring",
|
|
"value": "In thinking ahead some people may wish to change what it takes to make the differant types of Powder. So With that comes another Book. The book's tag points towards a Chest Container with the required items in that make a specific type of powder.\r\n\r\nThis is the generic book. In order of not filling up the custom content screen with over 80+ books. I decided to use the 1.29 \"CopyObject\" command to copy the object out of the chest.\r\n\r\nSome problems that might arrise with some HCR mods is that if the item is dropped and 'recreated' and uses the generic ResRef it will destroy your custom information (on the players end). \r\n\r\nUsing these books. These are placed inside the lecturn, then you move over to the Alchemy Lab. The desk then runs the script.\r\n\r\nThe important trick is the TAG, begin with this\r\n\r\nASG_MT_X_XXXXXXXXXXXXXXXXXX\r\n\r\nThe first X after the MT_ is the Grade of Magic Powder, this should be A-C (A is the most powerful).\r\n\r\nExample:\r\n \r\nASG_MT_C_NW_FairDust\r\n\r\nWhen Tested the script will look for a Chest (container) with the Tag \"ASG_MAT_FairDust\". It will then match the contents of the chest with the Container of the Componant Chest.\r\n\r\nIf a \"Catalyst Stone\" is found inside the Materials Chest, then the a Wizard or Sorcerer will be needed to make the item\r\n\r\nIf a \"Holy Water Flask\" is found inside the Materials Chest, then a Cleric or Druid will be required to make the powder.\r\n\r\nIf neither is added then either a any legal MICS spell caster can make the magic powder.\r\n"
|
|
},
|
|
"Cost": {
|
|
"type": "dword",
|
|
"value": 1000
|
|
},
|
|
"Cursed": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"DescIdentified": {
|
|
"type": "cexolocstring",
|
|
"value": {
|
|
"0": "To make Magic Powder of the standard strength, a Earth Gem must be ground up into fine shards.\n\nRequirements :\n\n[1] Earth Gem\n\nMakes:\n\n[1] Magic Powder - worth 1000gp toward enchanting."
|
|
}
|
|
},
|
|
"Description": {
|
|
"type": "cexolocstring",
|
|
"value": {
|
|
"0": "This book gives you a headache to look at."
|
|
}
|
|
},
|
|
"Identified": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"LocalizedName": {
|
|
"type": "cexolocstring",
|
|
"value": {
|
|
"0": "Alchemy: Earth Gems to Magic Powder in less than a Day"
|
|
}
|
|
},
|
|
"ModelPart1": {
|
|
"type": "byte",
|
|
"value": 4
|
|
},
|
|
"PaletteID": {
|
|
"type": "byte",
|
|
"value": 60
|
|
},
|
|
"Plot": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"PropertiesList": {
|
|
"type": "list",
|
|
"value": [
|
|
{
|
|
"__struct_id": 0,
|
|
"ChanceAppear": {
|
|
"type": "byte",
|
|
"value": 100
|
|
},
|
|
"CostTable": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"CostValue": {
|
|
"type": "word",
|
|
"value": 0
|
|
},
|
|
"Param1": {
|
|
"type": "byte",
|
|
"value": 11
|
|
},
|
|
"Param1Value": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"PropertyName": {
|
|
"type": "word",
|
|
"value": 81
|
|
},
|
|
"Subtype": {
|
|
"type": "word",
|
|
"value": 0
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"StackSize": {
|
|
"type": "word",
|
|
"value": 1
|
|
},
|
|
"Stolen": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"Tag": {
|
|
"type": "cexostring",
|
|
"value": "ASG_MT_B_ASGEarthGems"
|
|
},
|
|
"TemplateResRef": {
|
|
"type": "resref",
|
|
"value": "asg_mics_abk002"
|
|
},
|
|
"xModelPart1": {
|
|
"type": "word",
|
|
"value": 4
|
|
}
|
|
}
|