It is kind of involved, but what i do is I create items that have the abilities I want to add to a new item and I drop them on the floor of the starting throne room.
Here is some of the code pulled from items I used to make the super bow... I put notes between each item telling what it is, so the first is
The italics bold is what the bow is...
Inside that you will find different properties.
I highlighted the entirety of a single property with bold italics in the Devourer of Metal item below. It is the nominal items +1 enchantment bonus.
Overall, I read about 5 different posts on how to edit the json files, and I came up with a method to the madness and figured out how to create new personal weapons.
The 222 below has to match the "$id": "xxx" of the base item which is the first number you see for each item. So, if you copy from one item into another item, you need to update this number.
That is about the best I can do for now.
+5 composite longbow
+5
{
"$id": "222",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "5f17ce231ff46b94397ea269c5393dfe",
"m_Count": 1,
"m_InventorySlotIndex": 0,
"m_Enchantments": {
"$id": "223",
"m_Facts": [{
"$id": "224",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "c3209eb058d471548928a200d70765e0",
"m_ComponentsData": [{
"$id": "225",
"ComponentName": "$WeaponDamageMultiplierStatReplacement$0c0776ac-6832-4bc3-bba6-9be70b963566"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "222"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "226",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "bdba267e951851449af552aa9f9e3992",
"m_ComponentsData": [{
"$id": "227",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "222"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "222"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},
Devourer of metal (composite longbow)
+1
oversized (2d6)
2d6 acid
{
"$id": "228",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "1d3e5519d0840ed4d96378d6a07cc9d1",
"m_Count": 1,
"m_InventorySlotIndex": 1,
"m_Enchantments": {
"$id": "229",
"m_Facts": [{
"$id": "230",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "c3209eb058d471548928a200d70765e0",
"m_ComponentsData": [{
"$id": "231",
"ComponentName": "$WeaponDamageMultiplierStatReplacement$0c0776ac-6832-4bc3-bba6-9be70b963566"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "232",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d42fc23b92c640846ac137dc26e000d4",
"m_ComponentsData": [{
"$id": "233",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "234",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d0c3002b7efc3b647993df15b3bcb65d",
"m_ComponentsData": [{
"$id": "235",
"ComponentName": "$WeaponEnergyDamageDice$ee15d70c-0ad3-41e4-ae81-2adca2336751"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "236",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d8e1ebc1062d8cc42abff78783856b0d",
"m_ComponentsData": [{
"$id": "237",
"ComponentName": "$WeaponOversized$4e351706-9aad-4c2b-8d6e-445037d37be9"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "228"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},
Elemental Punisher
+5
Speed
1d6 electric
1d6 fire
1d6 acid
1d6 sonic
Chance to Blind
{
"$id": "238",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "fa1a55ef0cacce14ab2841569226675e",
"m_Count": 1,
"m_InventorySlotIndex": 2,
"m_Enchantments": {
"$id": "239",
"m_Facts": [{
"$id": "240",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "bdba267e951851449af552aa9f9e3992",
"m_ComponentsData": [{
"$id": "241",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "238"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "242",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "0bf0156eb3687254b9fb0f6b4067da20",
"m_ComponentsData": [{
"$id": "243",
"ComponentName": "$AddUnitFeatureEquipment$1c9278b6-9ca9-4441-b3e2-26fb2e513bf8",
"m_AppliedFact": null
}, {
"$id": "244",
"ComponentName": "$WeaponCriticalEdgeIncrease$9a66d361-8d4b-4b5a-a599-7420599d2d09"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "238"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "245",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "f1c0c50108025d546b2554674ea1c006",
"m_ComponentsData": [{
"$id": "246",
"ComponentName": "$WeaponExtraAttack$35d7d1ec-c494-4d26-ab01-cafaa995d77d"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "238"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "238"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},
Graveyard of Giants
Oversized
+4
Furious
No Penalty
2d6 cold
{
"$id": "247",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "4d7aa1669e8c192478337e4ce2f4c213",
"m_Count": 1,
"m_InventorySlotIndex": 3,
"m_Enchantments": {
"$id": "248",
"m_Facts": [{
"$id": "249",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d8e1ebc1062d8cc42abff78783856b0d",
"m_ComponentsData": [{
"$id": "250",
"ComponentName": "$WeaponOversized$4e351706-9aad-4c2b-8d6e-445037d37be9"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "247"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "251",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "783d7d496da6ac44f9511011fc5f1979",
"m_ComponentsData": [{
"$id": "252",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "247"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "253",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "83e7559124cb78a4c9d61360d3a4c3c2",
"m_ComponentsData": [{
"$id": "254",
"ComponentName": "$WeaponEnergyDamageDice$077d2129-bb6a-4092-ae10-554f046d1f4f"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "247"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "255",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "b606a3f5daa76cc40add055613970d2a",
"m_ComponentsData": [{
"$id": "256",
"ComponentName": "$WeaponConditionalEnhancementBonus$c3420665-b0ee-4913-85da-cf1c29966347"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "247"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "247"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},
Redeemer (+5 holy flame longsword)
Holy
+5
Destructive (+1 critical multiplier)
1d6 fire
{
"$id": "257",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "50e7f5c17e327e2438f8878a0af1cc8c",
"m_Count": 1,
"m_InventorySlotIndex": 4,
"m_Enchantments": {
"$id": "258",
"m_Facts": [{
"$id": "259",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "28a9964d81fedae44bae3ca45710c140",
"m_ComponentsData": [{
"$id": "260",
"ComponentName": "$WeaponDamageAgainstAlignment$3ac2acd7-5e33-4bca-a82e-e0f9805d79ce"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "257"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "261",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "30f90becaaac51f41bf56641966c4121",
"m_ComponentsData": [{
"$id": "262",
"ComponentName": "$WeaponEnergyDamageDice$077d2129-bb6a-4092-ae10-554f046d1f4f"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "257"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "263",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "bdba267e951851449af552aa9f9e3992",
"m_ComponentsData": [{
"$id": "264",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "257"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "265",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "5b1550c536bd09740bf43a6ddd1ad919",
"m_ComponentsData": [{
"$id": "266",
"ComponentName": "$WeaponCriticalMultiplierIncrease$877c2a29-704e-425b-8892-365d91dfbce3"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "257"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "257"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": true,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 1,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},
Vanquisher
+5
Increased critical range
+10 damage
{
"$id": "267",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "294c4eb7e8d6f2c41b7696ce5fb28413",
"m_Count": 1,
"m_InventorySlotIndex": 5,
"m_Enchantments": {
"$id": "268",
"m_Facts": [{
"$id": "269",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "bdba267e951851449af552aa9f9e3992",
"m_ComponentsData": [{
"$id": "270",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "267"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "271",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "0b245c8943990304da76d2058d635787",
"m_ComponentsData": [{
"$id": "272",
"ComponentName": "$WeaponCriticalEdgeStackable$8c187637-1259-4057-907b-e91253975566"
}, {
"$id": "273",
"ComponentName": "$AddStatBonusEquipment$2b2f47d4-22f6-45c9-8fe8-b6e8016a0a6d"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "267"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "267"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
}
],
"Owner": null
},
"m_KnownItems": [],
"PlayersClose": [],
"AlreadyUnlocked": true,
"Enabled": true,
"TriggeredTake": false,
"TriggeredClose": false,
"IsViewed": true
}
},
All those items were used to create the following, which is the bow I alluded to. If you can replace this for another item and change the first ID to a weapon you like, it will have the same powers...
{
"$id": "228",
"$type": "Kingmaker.Items.ItemEntityWeapon, Assembly-CSharp",
"Second": null,
"m_Blueprint": "1d3e5519d0840ed4d96378d6a07cc9d1",
"m_Count": 1,
"m_InventorySlotIndex": 1,
"m_Enchantments": {
"$id": "229",
"m_Facts": [{
"$id": "232",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "bdba267e951851449af552aa9f9e3992",
"m_ComponentsData": [{
"$id": "233",
"ComponentName": "$WeaponEnhancementBonus$f1459788-04d5-4128-ad25-dace4b8dee42"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "236",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d8e1ebc1062d8cc42abff78783856b0d",
"m_ComponentsData": [{
"$id": "237",
"ComponentName": "$WeaponOversized$4e351706-9aad-4c2b-8d6e-445037d37be9"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "255",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "b606a3f5daa76cc40add055613970d2a",
"m_ComponentsData": [{
"$id": "256",
"ComponentName": "$WeaponConditionalEnhancementBonus$c3420665-b0ee-4913-85da-cf1c29966347"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "230",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "c3209eb058d471548928a200d70765e0",
"m_ComponentsData": [{
"$id": "231",
"ComponentName": "$WeaponDamageMultiplierStatReplacement$0c0776ac-6832-4bc3-bba6-9be70b963566"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "245",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "f1c0c50108025d546b2554674ea1c006",
"m_ComponentsData": [{
"$id": "246",
"ComponentName": "$WeaponExtraAttack$35d7d1ec-c494-4d26-ab01-cafaa995d77d"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "265",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "5b1550c536bd09740bf43a6ddd1ad919",
"m_ComponentsData": [{
"$id": "266",
"ComponentName": "$WeaponCriticalMultiplierIncrease$877c2a29-704e-425b-8892-365d91dfbce3"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "242",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "0bf0156eb3687254b9fb0f6b4067da20",
"m_ComponentsData": [{
"$id": "243",
"ComponentName": "$AddUnitFeatureEquipment$1c9278b6-9ca9-4441-b3e2-26fb2e513bf8",
"m_AppliedFact": null
}, {
"$id": "244",
"ComponentName": "$WeaponCriticalEdgeIncrease$9a66d361-8d4b-4b5a-a599-7420599d2d09"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "271",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "0b245c8943990304da76d2058d635787",
"m_ComponentsData": [{
"$id": "272",
"ComponentName": "$WeaponCriticalEdgeStackable$8c187637-1259-4057-907b-e91253975566"
}, {
"$id": "273",
"ComponentName": "$AddStatBonusEquipment$2b2f47d4-22f6-45c9-8fe8-b6e8016a0a6d"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "259",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "28a9964d81fedae44bae3ca45710c140",
"m_ComponentsData": [{
"$id": "260",
"ComponentName": "$WeaponDamageAgainstAlignment$3ac2acd7-5e33-4bca-a82e-e0f9805d79ce"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "234",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "d0c3002b7efc3b647993df15b3bcb65d",
"m_ComponentsData": [{
"$id": "235",
"ComponentName": "$WeaponEnergyDamageDice$ee15d70c-0ad3-41e4-ae81-2adca2336751"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "253",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "83e7559124cb78a4c9d61360d3a4c3c2",
"m_ComponentsData": [{
"$id": "254",
"ComponentName": "$WeaponEnergyDamageDice$077d2129-bb6a-4092-ae10-554f046d1f4f"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}, {
"$id": "261",
"$type": "Kingmaker.Blueprints.Items.Ecnchantments.ItemEnchantment, Assembly-CSharp",
"m_ParentContext": null,
"m_CurrentContext": null,
"Blueprint": "30f90becaaac51f41bf56641966c4121",
"m_ComponentsData": [{
"$id": "262",
"ComponentName": "$WeaponEnergyDamageDice$077d2129-bb6a-4092-ae10-554f046d1f4f"
}
],
"EndTime": "00:00:00",
"RemoveOnUnequipItem": false,
"Owner": {
"$ref": "228"
},
"Initialized": true,
"Active": false,
"SourceItem": null,
"SourceCutscene": null
}
],
"Owner": {
"$ref": "228"
},
"ActiveByDefault": false
},
"m_DescriptionViewed": false,
"m_FactsAppliedToWielder": null,
"m_SkinningSuccessful": false,
"m_IdentifyRolls": [],
"ForceSecondary": false,
"IsSecondPartOfDoubleWeapon": false,
"IsShield": false,
"Collection": {
"$ref": "221"
},
"Wielder": null,
"HoldingSlot": null,
"Time": "12:01:57.9690000",
"Ability": null,
"ActivatableAbility": null,
"Charges": 0,
"IsIdentified": true,
"SellTime": null,
"IsNonRemovable": false
},