Hey, got an item here, and it’s supposed to have an internal power supply that’s charged up by it’s own internal Joint Torsion Ratchet. It’s also supposed to apply a few debuffs when off and on, and the invisibility buff when it is on. Hoping someone can tell me how to get it working correctly, here’s the JSON:
{
"id": "acs_74_stealth_cloak_off",
"type": "TOOL_ARMOR",
"name": { "str": "ACS-74 stealth cloak" },
"description": "An experimental cloak that uses a highly sophisticated network of cameras and LEDs to render the user fully invisible. It is powered by built-in torsion ratchets. Due to particularities of its construction, it is very difficult to move in, hampering wearer's strength, dexterity and movement speed.",
"weight": "1556 g",
"volume": "3 L",
"price": 8400000,
"to_hit": -1,
"phase": "solid",
"material": [ "superalloy", "plastic" ],
"symbol": "[",
"color": "light_gray",
"covers": [ "torso", "head", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 75,
"encumbrance": 15,
"warmth": 15,
"material_thickness": 1,
"environmental_protection": 4,
"max_charges": 100,
"initial_charges": 5,
"artifact_data": { "charge_type": "ARTC_TIME", "effects_worn": [ "AEP_STR_DOWN", "AEP_DEX_DOWN", "AEP_SPEED_DOWN" ] },
"use_action": { "active": true, "need_charges": 1, "need_charges_msg": "The stored energy has run dry.", "menu_text": "Activate Cloaking", "target": "acs_74_stealth_cloak_on", "msg": "You turn on your cloak.", "type": "transform" },
"flags": [ "OVERSIZE", "HOOD", "WATERPROOF", "OUTER", "VARSIZE" ]
},
Let me know!