-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xedra Evolved] Add treesung gear (#78197)
* Create melee_treesung.json * Create range_treesung.json * Add verdant legguards * Add verdant legguards enchantment * Change id * Boann gives you legguards too * Add some recipes * Update learning EoC * Add rest of recipes * Add monster drops * Kick tests * Implement suggestions from code review * Update data/mods/Xedra_Evolved/recipes/paraclesians/arvore_recipes.json * Kick tests --------- Co-authored-by: Anton Burmistrov <[email protected]>
- Loading branch information
1 parent
545788c
commit 9200e5c
Showing
9 changed files
with
780 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
[ | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_spear", | ||
"copy-from": "spear_wood", | ||
"looks_like": "spear_wood", | ||
"name": { "str": "treesung spear" }, | ||
"description": "A stout wooden pole sharpened on one end, all formed from a single piece of wood, with twists and curves like it grew in place rather than being made.", | ||
"color": "green", | ||
"proportional": { "melee_damage": { "stab": 1.5 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR", "DURABLE_MELEE" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_pike", | ||
"copy-from": "pike_wood", | ||
"looks_like": "pike_wood", | ||
"name": { "str": "treesung long spear" }, | ||
"description": "A giant spear over three meters long, all formed from a single piece of wood, with twists and curves like it grew in place rather than being made.", | ||
"color": "green", | ||
"proportional": { "melee_damage": { "stab": 1.5 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_mace", | ||
"copy-from": "mace", | ||
"looks_like": "mace", | ||
"name": { "str": "treesung mace" }, | ||
"description": "A weapon with a long wooden handle connected to a knobby wooden head, all formed from a single piece of wood, with twists and curves like it grew in place rather than being made.", | ||
"color": "green", | ||
"material": [ { "type": "wood", "portion": 1 } ], | ||
"proportional": { "melee_damage": { "bash": 0.9 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_q_staff", | ||
"copy-from": "q_staff", | ||
"looks_like": "q_staff", | ||
"name": { "str": "treesung quarterstaff", "str_pl": "treesung quarterstaves" }, | ||
"description": "A sturdy staff all formed from a single piece of wood, with twists and curves like it grew in place rather than being carved.", | ||
"color": "green", | ||
"material": [ { "type": "wood", "portion": 1 } ], | ||
"proportional": { "melee_damage": { "bash": 1.1 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR", "DURABLE_MELEE" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_warhammer", | ||
"copy-from": "warhammer", | ||
"looks_like": "warhammer", | ||
"name": { "str": "treesung warhammer" }, | ||
"description": "A long hammer with a spike on one end, all formed from a single piece of wood, with twists and curves like it grew in place rather than being carved.", | ||
"color": "green", | ||
"material": [ { "type": "wood", "portion": 1 } ], | ||
"proportional": { "melee_damage": { "bash": 1.1, "stab": 0.9 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_naginata", | ||
"copy-from": "naginata", | ||
"looks_like": "naginata", | ||
"name": { "str": "treesung sword-spear" }, | ||
"description": "A sturdy polearm with a curved blade, all formed from a single piece of wood, with twists and curves like it grew in place rather than being carved. You're not sure how long it will hold its edge, but it's surprisingly sharp.", | ||
"color": "green", | ||
"material": [ { "type": "wood", "portion": 1 } ], | ||
"proportional": { "melee_damage": { "cut": 0.9 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] }, | ||
"delete": { "flags": [ "DURABLE_MELEE" ] } | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "treesung_baselard", | ||
"copy-from": "knife_baselard", | ||
"looks_like": "knife_baselard", | ||
"name": { "str": "treesung baselard" }, | ||
"description": "A large knife, all formed from a single piece of wood, with twists and curves like it grew in place rather than being carved. You're not sure how long it will hold its edge, but it's surprisingly sharp.", | ||
"color": "green", | ||
"material": [ { "type": "wood", "portion": 1 } ], | ||
"proportional": { "melee_damage": { "stab": 0.9 } }, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"type": "GUN", | ||
"id": "treesung_bow", | ||
"copy-from": "shortbow", | ||
"looks_like": "shortbow", | ||
"name": { "str": "treesung bow" }, | ||
"description": "A wooden shortbow with a thin vine for a string, all formed from a single piece of wood, with twists and curves like it grew in place rather than being made.", | ||
"color": "green", | ||
"range": 14, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
}, | ||
{ | ||
"type": "GUN", | ||
"id": "treesung_greatbow", | ||
"copy-from": "woodgreatbow", | ||
"looks_like": "woodgreatbow", | ||
"name": { "str": "treesung greatbow" }, | ||
"description": "A truly enormous wooden bow with a thin vine for a string, all formed from a single piece of wood, with twists and curves like it grew in place rather than being made.", | ||
"color": "green", | ||
"range": 26, | ||
"extend": { "flags": [ "WOODEN_WEAPON", "NO_REPAIR" ] } | ||
}, | ||
{ | ||
"type": "AMMO", | ||
"id": "arrow_treesung", | ||
"copy-from": "arrow_fire_hardened_fletched", | ||
"name": { "str": "treesung arrow" }, | ||
"description": "An arrow all formed from a single piece of wood, with twists and curves like it grew in place rather than being made. It even has leaves for fletching.", | ||
"color": "green", | ||
"damage": { "damage_type": "stab", "armor_penetration": 4, "constant_damage_multiplier": 1.25 }, | ||
"recovery_chance": 85 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.