Skip to content

Commit

Permalink
update druid woodbow and druid composite bow to new archery standards (
Browse files Browse the repository at this point in the history
…#38810)

* update druid woodbow to new archery standards

* adjust druid rune weapon
  • Loading branch information
KorGgenT authored Mar 16, 2020
1 parent 7db1abf commit b86273a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
19 changes: 3 additions & 16 deletions data/mods/Magiclysm/enchanted/enchanted_ranged.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"id": "rune_druid_weapon",
"copy-from": "compositebow",
"type": "GUN",
"symbol": "(",
"color": "yellow",
"name": "Druid composite bow",
"//": "Equivalent to composite bow +1 for dispersion/reload/weight/range/encumb/bash, with two mod slots added equivalent to other weapons getting techniques",
"//": "Equivalent to composite bow for dispersion/reload/weight/range/encumb/bash, with two mod slots added equivalent to other weapons getting techniques",
"description": "A bow made of multiple materials to maximize energy efficiency. There are two Druid runes embedded at the tips.",
"price": 32000,
"material": [ "wood", "bone" ],
Expand All @@ -20,21 +20,8 @@
"DURABLE_MELEE",
"WATER_FRIENDLY"
],
"skill": "archery",
"min_strength": 5,
"ammo": "arrow",
"weight": "360 g",
"volume": "1750 ml",
"bashing": 9,
"min_strength": 10,
"armor_data": { "covers": [ "TORSO" ], "coverage": 5, "material_thickness": 1, "encumbrance": 13 },
"reload_noise_volume": 3,
"loudness": 6,
"ranged_damage": 5,
"range": 13,
"dispersion": 135,
"durability": 7,
"clip_size": 1,
"reload": 32,
"valid_mod_locations": [ [ "sights", 1 ], [ "accessories", 1 ], [ "dampening", 1 ] ]
},
{
Expand Down
16 changes: 2 additions & 14 deletions data/mods/Magiclysm/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,11 @@
},
{
"id": "druid_recurve",
"copy-from": "reflexbow",
"type": "GUN",
"symbol": "(",
"color": "yellow",
"looks_like": "recurbow",
"name": "Woodbow",
"description": "A magically conjured ornate recurve bow of solid flexible wood. A matching conjured wooden arrow appears when you draw the string back for firing.",
"material": [ "wood" ],
"flags": [
"FIRE_TWOHAND",
"PRIMITIVE_RANGED_WEAPON",
Expand All @@ -300,18 +298,8 @@
"NO_UNLOAD",
"NO_AMMO"
],
"skill": "archery",
"min_strength": 5,
"weight": "540 g",
"volume": "2500 ml",
"bashing": 16,
"to_hit": 1,
"reload_noise_volume": 2,
"loudness": 2,
"ranged_damage": 17,
"range": 15,
"dispersion": 120,
"durability": 8
"volume": "2500 ml"
},
{
"type": "TOOL",
Expand Down

0 comments on commit b86273a

Please sign in to comment.