Aantioch_Infernum/_module/uti/asg_mics_genmatr.uti.json
EpicValor 07f4ebed49 Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
2023-08-24 15:20:50 -05:00

118 lines
3.2 KiB
JSON

{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 99
},
"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\n"
},
"Cost": {
"type": "dword",
"value": 100
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {
"0": "MICS GENERIC Material Book\n\nThis book is used in converting materials into Magic Powder suitable for 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": "Generic Material MICS book"
}
},
"ModelPart1": {
"type": "byte",
"value": 3
},
"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_X_XXXXXXXXXXXXXXXXXX"
},
"TemplateResRef": {
"type": "resref",
"value": "asg_mics_genmatr"
},
"xModelPart1": {
"type": "word",
"value": 3
}
}