Skip to content

Commit

Permalink
update nechronica redux
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Sep 8, 2024
1 parent f8083e8 commit 6e84ff6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 103 deletions.
35 changes: 11 additions & 24 deletions data/Maintained_mods/mods/Nechronica_Redux/nec_Armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
"volume": "15750 ml",
"price": 30000,
"to_hit": -1,
"bashing": 28,
"material": [ "steel" ],
"looks_like": "briefcase",
"symbol": "[",
"color": "white",
"covers": [ "arm_l", "arm_r", "hand_l", "hand_r" ],
"armor": [ { "covers": [ "arm_l", "arm_r", "hand_l", "hand_r" ], "coverage": 50, "encumbrance": 30 } ],
"sided": true,
"coverage": 50,
"encumbrance": 30,
"pocket_data": [
{
"pocket_type": "CONTAINER",
Expand All @@ -29,7 +26,8 @@
],
"material_thickness": 2,
"techniques": [ "WBLOCK_1" ],
"flags": [ "WATER_FRIENDLY", "STURDY", "OVERSIZE", "BELTED", "RESTRICT_HANDS", "DURABLE_MELEE" ]
"flags": [ "WATER_FRIENDLY", "STURDY", "OVERSIZE", "BELTED", "RESTRICT_HANDS", "DURABLE_MELEE" ],
"melee_damage": { "bash": 28 }
},
{
"id": "nec_coffin",
Expand All @@ -40,13 +38,10 @@
"volume": "60 L",
"price": 80000,
"to_hit": -3,
"bashing": 40,
"material": [ "steel", "wood" ],
"symbol": "[",
"color": "black",
"covers": [ "torso" ],
"coverage": 50,
"encumbrance": 35,
"armor": [ { "covers": [ "torso" ], "coverage": 50, "encumbrance": 35 } ],
"pocket_data": [
{
"pocket_type": "CONTAINER",
Expand All @@ -59,7 +54,8 @@
],
"material_thickness": 3,
"techniques": [ "WBLOCK_3" ],
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE", "DURABLE_MELEE" ]
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE", "DURABLE_MELEE" ],
"melee_damage": { "bash": 40 }
},
{
"id": "nec_ribbon",
Expand All @@ -85,9 +81,7 @@
"material": [ "cotton", "plastic" ],
"symbol": "[",
"color": "brown",
"covers": [ "torso" ],
"coverage": 5,
"encumbrance": 0,
"armor": [ { "covers": [ "torso" ], "coverage": 5, "encumbrance": 0 } ],
"flags": [ "SLEEP_AID", "BELTED" ]
},
{
Expand All @@ -102,9 +96,7 @@
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 90,
"encumbrance": 20,
"armor": [ { "covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ], "coverage": 90, "encumbrance": 20 } ],
"warmth": 20,
"material_thickness": 3,
"flags": [ "VARSIZE", "SUPER_FANCY" ]
Expand All @@ -120,9 +112,7 @@
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "head" ],
"coverage": 20,
"encumbrance": 5,
"armor": [ { "covers": [ "head" ], "coverage": 20, "encumbrance": 5 } ],
"warmth": 5,
"material_thickness": 1,
"flags": [ "FANCY" ]
Expand All @@ -139,10 +129,8 @@
"material": [ "kevlar", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"armor": [ { "covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ], "coverage": 95, "encumbrance": 18 } ],
"environmental_protection": 1,
"coverage": 95,
"encumbrance": 18,
"warmth": 25,
"material_thickness": 4,
"pocket_data": [
Expand Down Expand Up @@ -198,9 +186,8 @@
"description": "An underskirt meant to be worn under a dress. It keeps the skirt puffy by way of wires.",
"price": 500,
"material": [ "cotton" ],
"covers": [ "leg_l", "leg_r" ],
"armor": [ { "covers": [ "leg_l", "leg_r" ], "coverage": 5 } ],
"warmth": 5,
"encumbrance": 5,
"volume": 1,
"flags": [ "OVERSIZE" ],
"material_thickness": 1
Expand Down
80 changes: 1 addition & 79 deletions data/Maintained_mods/mods/Nechronica_Redux/nec_bionics.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
[
{
"id": "bio_remote_attack_fake",
"type": "GUN",
"name": "Remote Attack",
"description": "Dummy item. If you see this, then something went wrong.",
"volume": 10,
"price": 0,
"material": [ "steel" ],
"symbol": "(",
"color": "black",
"skill": "rifle",
"range": 10,
"ranged_damage": { "damage_type": "bullet", "amount": 30, "armor_penetration": 15 },
"dispersion": 50,
"sight_dispersion": 100,
"durability": 10,
"reload": 500,
"flags": [ "NEVER_JAMS", "ZERO_WEIGHT", "TRADER_AVOID" ]
},
{
"type": "bionic",
"id": "bio_remote_attack",
"name": "Remote Attack",
"occupied_bodyparts": [ [ "arm_l", 10 ], [ "arm_r", 10 ], [ "leg_l", 10 ], [ "leg_r", 10 ] ],
"act_cost": 50,
"flags": [ "BIONIC_GUN" ],
"fake_item": "bio_remote_attack_fake",
"description": "Your arms and legs come off and attack the opponent. Since they return automatically after the attack, you do not have to worry about removing it."
},
{
Expand All @@ -38,34 +17,12 @@
"difficulty": 3,
"looks_like": "bio_adrenaline"
},
{
"id": "bio_pile_fake",
"type": "GUN",
"name": "Pile bunker",
"description": "Dummy item. If you see this, then something went wrong.",
"volume": "1000 ml",
"price": 0,
"material": [ "superalloy" ],
"symbol": "(",
"color": "black",
"skill": "shotgun",
"range": 1,
"ranged_damage": { "damage_type": "bullet", "amount": 70, "armor_penetration": 50 },
"dispersion": 10,
"sight_dispersion": 0,
"durability": 10,
"reload": 2000,
"flags": [ "NEVER_JAMS", "ZERO_WEIGHT" , "TRADER_AVOID" ],
"ammo_effects": [ "MUZZLE_SMOKE" ]
},
{
"type": "bionic",
"id": "bio_pile",
"name": "Pile bunker",
"occupied_bodyparts": [ [ "arm_l", 10 ] ],
"act_cost": 200,
"flags": [ "BIONIC_GUN" ],
"fake_item": "bio_pile_fake",
"description": "The metallic stake stored in the forearm shoots with high vibration and super high speed. Although you need to approach to close range, that power is guaranteed. Of course, it also consumes electricity."
},
{
Expand All @@ -78,31 +35,13 @@
"difficulty": 4,
"looks_like": "bio_adrenaline"
},
{
"type": "GENERIC",
"id": "bio_drill_fake",
"name": "Drill",
"description": "This transforms your wrist in to a drill head. You will be able to make a hole in everything.",
"weight": 1500,
"to_hit": 0,
"color": "dark_gray",
"symbol": "{",
"material": [ "superalloy" ],
"techniques": [ "IMPALE", "WBLOCK_1" ],
"volume": 9,
"bashing": 10,
"cutting": 40,
"qualities": [ [ "DRILL", 3 ], [ "DIG", 3 ] ],
"flags": [ "STAB", "NO_UNWIELD", "UNBREAKABLE_MELEE", "TRADER_AVOID" ]
},
{
"type": "bionic",
"id": "bio_drill",
"name": "Drill",
"occupied_bodyparts": [ [ "arm_r", 5 ], [ "hand_r", 2 ] ],
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON" ],
"act_cost": 100,
"fake_item": "bio_drill_fake",
"description": "Embed the deformation mechanism from the wrist to the drill head. It consumes electric power and starts high-speed rotation. You can excavate both the ground and zombies."
},
{
Expand All @@ -115,30 +54,13 @@
"difficulty": 3,
"looks_like": "bio_adrenaline"
},
{
"type": "TOOL",
"id": "bio_lightsaber_fake",
"category": "weapons",
"name": "Lightsaber",
"description": "This is a lightsaber. KWISHUUUU KWISHUUUU.",
"weight": 1200,
"volume": 10,
"to_hit": 0,
"color": "dark_gray",
"symbol": "{",
"material": [ "superalloy" ],
"cutting": 40,
"techniques": [ "WBLOCK_2", "RAPID" ],
"flags": [ "LIGHT_50", "DURABLE_MELEE", "TRADER_AVOID", "NONCONDUCTIVE", "NO_UNWIELD" ]
},
{
"id": "bio_lightsaber",
"type": "bionic",
"name": "Lightsaber",
"description": "Embed the mechanism that generates the light blade in the arm. It becomes a powerful weapon by starting as necessary.",
"occupied_bodyparts": [ [ "arm_r", 5 ], [ "hand_r", 5 ] ],
"act_cost": 200,
"fake_item": "bio_lightsaber_fake",
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON" ]
},
{
Expand All @@ -151,4 +73,4 @@
"difficulty": 4,
"looks_like": "bio_adrenaline"
}
]
]

0 comments on commit 6e84ff6

Please sign in to comment.