Skip to content

Commit

Permalink
Added flags and melee nerf in fishing.json
Browse files Browse the repository at this point in the history
Added suitable flags and adjusted melee parameters of each rod and hook.
  • Loading branch information
Takumonium authored Aug 13, 2024
1 parent 12bb7da commit 3d1ee69
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions data/json/items/tool/fishing.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@
"volume": "1 ml",
"price": "25 cent",
"price_postapoc": "25 cent",
"to_hit": -1,
"material": [ "steel" ],
"flags": [ "FRAGILE_MELEE" ],
"symbol": ",",
"color": "cyan",
"melee_damage": { "cut": 3 }
"melee_damage": { "cut": 2, "pierce": 1 }
},
{
"id": "fishing_hook_bone",
Expand All @@ -57,10 +59,12 @@
"volume": "1 ml",
"price": "25 cent",
"price_postapoc": "25 cent",
"to_hit": -1
"material": [ "bone" ],
"flags": [ "FRAGILE_MELEE" ],
"symbol": ",",
"color": "white",
"melee_damage": { "cut": 3 }
"melee_damage": { "cut": 2, "pierce": 1 }
},
{
"id": "fishing_rod_basic",
Expand All @@ -74,6 +78,7 @@
"price_postapoc": "10 cent",
"to_hit": { "grip": "solid", "length": "short", "surface": "any", "balance": "neutral" },
"material": [ "wood" ],
"flags": [ "FRAGILE_MELEE", "FIREWOOD" ],
"symbol": "/",
"color": "brown",
"qualities": [ [ "FISHING_ROD", 1 ] ],
Expand Down Expand Up @@ -101,8 +106,8 @@
"symbol": "/",
"color": "brown",
"qualities": [ [ "FISHING_ROD", 2 ] ],
"flags": [ "SHEATH_SPEAR" ],
"melee_damage": { "bash": 8 }
"flags": [ "SHEATH_SPEAR", "FRAGILE_MELEE", "REACH_ATTACK" ],
"melee_damage": { "bash": 6, "cut": 1 }
},
{
"id": "fishing_rod_2pc_packed",
Expand Down Expand Up @@ -145,14 +150,16 @@
"to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "neutral" },
"qualities": [ [ "FISHING_ROD", 2 ] ],
"extend": { "flags": [ "FRAGILE_MELEE" ] },
"//": "Unidentified entry above named ,extend, leaving here to avoid errors until further clarification on its function",
"flags": [ "FRAGILE_MELEE", "SHEATH_SPEAR", "REACH_ATTACK" ],
"looks_like": "fishing_rod_professional",
"use_action": {
"menu_text": "Disassemble",
"type": "transform",
"target": "fishing_rod_2pc_packed",
"msg": "You take apart your two-piece fishing rod."
},
"melee_damage": { "bash": 7 }
"melee_damage": { "bash": 5, "cut": 1 }
},
{
"id": "fishing_rod_tele_packed",
Expand All @@ -172,6 +179,7 @@
{ "type": "cotton", "portion": 4 },
{ "type": "fiberglass", "portion": 4 }
],
"flags": [ BELT_CLIP ],
"symbol": "/",
"color": "dark_gray",
"looks_like": "PR24-retracted",
Expand All @@ -193,15 +201,15 @@
"longest_side": "210 cm",
"to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "neutral" },
"qualities": [ [ "FISHING_ROD", 2 ] ],
"flags": [ "SHEATH_SPEAR", "FRAGILE_MELEE" ],
"flags": [ "SHEATH_SPEAR", "FRAGILE_MELEE", "REACH_ATTACK" ],
"looks_like": "fishing_rod_professional",
"use_action": {
"menu_text": "Retract",
"type": "transform",
"target": "fishing_rod_tele_packed",
"msg": "You retract your telescoping fishing rod."
},
"melee_damage": { "bash": 7 }
"melee_damage": { "bash": 5, "cut": 1 }
},
{
"id": "plastichoboreel",
Expand Down Expand Up @@ -235,6 +243,7 @@
"price_postapoc": "7 USD 50 cent",
"to_hit": -1,
"material": [ "wood" ],
"flags": [ "FIREWOOD" ],
"symbol": "/",
"color": "brown",
"qualities": [ [ "FISHING_ROD", 1 ] ],
Expand Down

0 comments on commit 3d1ee69

Please sign in to comment.