Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly obsolete MoM obsoletion #72672

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions data/mods/MindOverMatter/obsolete/enchantments.json

This file was deleted.

36 changes: 0 additions & 36 deletions data/mods/MindOverMatter/obsolete/eocs.json

This file was deleted.

183 changes: 11 additions & 172 deletions data/mods/MindOverMatter/obsolete/items.json
Original file line number Diff line number Diff line change
@@ -1,176 +1,15 @@
[
{
"id": "biokin_enhance_mobility_item_1",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -2,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
},
{
"id": "biokin_enhance_mobility_item_2",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -4,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
},
{
"id": "biokin_enhance_mobility_item_3",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -8,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
},
{
"id": "biokin_enhance_mobility_item_4",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -12,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
},
{
"id": "biokin_enhance_mobility_item_5",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -16,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
},
{
"id": "biokin_enhance_mobility_item_6",
"type": "ARMOR",
"name": { "str_sp": "[Ψ]enhanced mobility" },
"description": "Your powers give you greater range of motion even in heavy clothing or armor.",
"weight": "0g",
"volume": "0ml",
"symbol": "o",
"color": "pink",
"flags": [
"AURA",
"OVERSIZE",
"ONLY_ONE",
"TRADER_AVOID",
"INTEGRATED",
"NO_TAKEOFF",
"NONCONDUCTIVE",
"UNBREAKABLE",
"ZERO_WEIGHT",
"ALLOWS_NATURAL_ATTACKS"
],
"armor": [
{
"encumbrance": -20,
"coverage": 100,
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "head", "foot_l", "foot_r", "mouth", "eyes" ]
}
]
"type": "MIGRATION",
"//": "remove after 0.I",
"id": [
"biokin_enhance_mobility_item_1",
"biokin_enhance_mobility_item_2",
"biokin_enhance_mobility_item_3",
"biokin_enhance_mobility_item_4",
"biokin_enhance_mobility_item_5",
"biokin_enhance_mobility_item_6"
],
"replace": "manual_swimming"
}
]
55 changes: 19 additions & 36 deletions data/mods/MindOverMatter/obsolete/temporary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,43 @@
{
"type": "TRAIT_MIGRATION",
"id": "CLAIR_SPEED_READ",
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_1",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_2",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_3",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_4",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_5",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
},
{
"type": "mutation",
"//": "This and following are all necessary because stealth_modifier is mutation only. Redo the whole thing once it isn't.",
"type": "TRAIT_MIGRATION",
"id": "PHOTOKINETIC_CAMOUFLAGE_6",
"name": { "str": "Chameleoflage" },
"points": 1,
"description": "Your powers are blending nearby light to make you harder to spot.",
"valid": false
"//": "remove after 0.I",
"remove": true
}
]
Loading