Skip to content

Commit

Permalink
Assorted CRT expansion fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 30, 2019
1 parent 2749f76 commit 49e9e57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions data/mods/CRT_EXPANSION/crt_materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "cut",
"burn_data": [
{ "fuel": 1, "smoke": 3, "burn": 1, "chance": 10 },
{ "fuel": 1, "smoke": 3, "burn": 2 },
{ "fuel": 1, "smoke": 3, "burn": 3 }
]
"burn_data": [ { "fuel": 1, "smoke": 3, "burn": 1 }, { "fuel": 1, "smoke": 3, "burn": 2 }, { "fuel": 1, "smoke": 3, "burn": 3 } ]
},
{
"type": "AMMO",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/CRT_EXPANSION/items/crt_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"warmth": 40,
"encumbrance": 17,
"material_thickness": 5,
"enviromental_protection": 5
"environmental_protection": 5
},
{
"id": "crt_la_boots",
Expand Down
3 changes: 0 additions & 3 deletions data/mods/CRT_EXPANSION/items/crt_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
"weight": "350 g",
"volume": "750 ml",
"price": 20000,
"damage": { "damage_type": "cold", "amount": 100 },
"cutting": 8,
"bashing": 3,
"to_hit": 2,
"durability": 15,
"symbol": ";",
"qualities": [ [ "CUT_FINE", 1 ] ],
"use_action": "CROWBAR",
Expand All @@ -57,7 +55,6 @@
"price": 20000,
"bashing": 10,
"to_hit": 1,
"durability": 15,
"symbol": "8",
"flags": [ "UNARMED_WEAPON", "UNBREAKABLE_MELEE" ],
"techniques": [ "WBLOCK_2", "UHAND", "HOOK" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/CRT_EXPANSION/mutations/crt_mutatinoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"visibility": -7,
"ugliness": -7,
"description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.",
"thresheq": [ "THRESH_VAMP" ],
"threshreq": [ "THRESH_VAMP" ],
"category": [ "VAMP" ],
"stealth_modifier": 5,
"noise_modifier": 0.2,
Expand Down

0 comments on commit 49e9e57

Please sign in to comment.