Aantioch_Infernum/_module/uti/asg_mics_gendvbk.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": 0
},
"BaseItem": {
"type": "int",
"value": 74
},
"Charges": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "This 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\nUseing these book.\r\n\r\nThe important trick is the TAG, begin with this\r\n\r\nRBK_ASG_\r\n\r\nThen add either ARC_ (Arcane Sor/Wiz) or DIV_(Divine Clr/Drd) for what casting type can use this book.\r\n\r\nRBK_ASG_ARC_\r\n\r\nMatch the Rest up with the Storage Chest you created. The Storage Chest contians the magic items you want the player to be able to build off of this books list. \r\n\r\nExample:\r\n\r\nThe Storage Chest for Arcane Magic Belts, the chests tag is:\r\n\r\nASG_ARC_MIS_BELTS\r\n\r\nThe Book for this Chest would be:\r\n\r\nRBK_ASG_ARC_MIS_BELTS\r\n\r\nThe Way it Works. Is MICS reads into the TAGS on the Book, removes the RBK off of the Books Tag, then looks for a Container with the Remainig Tag. This is how it generates the list of items."
},
"Cost": {
"type": "dword",
"value": 1
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {
"0": "This is the generic MICS discription. This book could be use in magic item creation. The author has not filled in the information concerning this book as of yet."
}
},
"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 MICS Divine Research 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": "RBK_ASG_DIV_"
},
"TemplateResRef": {
"type": "resref",
"value": "asg_mics_gendvbk"
},
"xModelPart1": {
"type": "word",
"value": 3
}
}