diff --git a/data/mods/MindOverMatter/items/ammo.json b/data/mods/MindOverMatter/items/ammo.json index f61901a14d53c..4ce33cbb18284 100644 --- a/data/mods/MindOverMatter/items/ammo.json +++ b/data/mods/MindOverMatter/items/ammo.json @@ -11,6 +11,12 @@ "name": "matrix charge", "default": "psionic_charge_power" }, + { + "type": "ammunition_type", + "id": "noetic_charge_power", + "name": "noetic energy", + "default": "noetic_charge_power" + }, { "id": "mom_pulse_rifle_ammo", "type": "AMMO", @@ -46,5 +52,13 @@ "ammo_type": "psionic_charge_power", "material": [ "nether_crystal" ], "count": 100 + }, + { + "type": "AMMO", + "id": "noetic_charge_power", + "copy-from": "psionic_charge_power", + "name": { "str_sp": "noetic energy" }, + "ammo_type": "noetic_charge_power", + "description": "Power charge for psychic phenomena." } ] diff --git a/data/mods/MindOverMatter/items/psions_summon_items.json b/data/mods/MindOverMatter/items/psions_summon_items.json index c9b053e879d46..2143d0366e733 100644 --- a/data/mods/MindOverMatter/items/psions_summon_items.json +++ b/data/mods/MindOverMatter/items/psions_summon_items.json @@ -310,9 +310,55 @@ "price_postapoc": 1, "symbol": "$", "color": "red", - "flags": [ "PERSONAL", "PADDED", "UNBREAKABLE", "INTEGRATED", "SEMITANGIBLE", "ZERO_WEIGHT", "LIGHT_50", "FIRE", "NO_DROP" ], + "flags": [ + "PERSONAL", + "PADDED", + "UNBREAKABLE", + "INTEGRATED", + "SEMITANGIBLE", + "ZERO_WEIGHT", + "LIGHT_50", + "FIRE", + "NO_DROP", + "NO_UNLOAD", + "NO_RELOAD" + ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "noetic_charge_power": 1 } } ], + "charges_per_use": 0, "qualities": [ [ "WELD", 2 ] ], - "use_action": [ { "type": "firestarter", "moves": 10 }, { "type": "OXYTORCH" } ], + "use_action": [ + { "type": "firestarter", "moves": 10 }, + { "type": "OXYTORCH" }, + { + "type": "repair_item", + "item_action_type": "repair_metal", + "materials": [ + "iron", + "steel", + "aluminum", + "copper", + "bronze", + "fancy_bronze", + "silver", + "gold", + "budget_steel", + "lc_steel", + "mc_steel", + "hc_steel", + "ch_steel", + "lc_steel_chain", + "mc_steel_chain", + "hc_steel_chain", + "ch_steel_chain", + "platinum", + "superalloy" + ], + "skill": "fabrication", + "tool_quality": 10, + "cost_scaling": 0, + "move_cost": 500 + } + ], "armor": [ { "encumbrance": 0, "coverage": 0, "covers": [ "hand_l", "hand_r" ] } ] }, {