Summary:
Most weapons/armors when you equip them they produce equip effects(usually the level up effect).
Recurve bow is missing this
Expected Results:
In the recurve_bow.json in stonehearth/entities/weapons/recurve_bow
"stonehearth:equipment_piece": {
"slot": "mainhand",
"render_type": "attach_to_bone",
"postures": [
"stonehearth:combat",
"stonehearth:patrol"
],
"ilevel": 35,
"roles": "archer_job",
"required_job_level": 3,
"equip_effect": "stonehearth:effects:weapon_level_up"
}
Actual Results:
"stonehearth:equipment_piece": {
"slot": "mainhand",
"render_type": "attach_to_bone",
"postures": [
"stonehearth:combat",
"stonehearth:patrol"
],
"ilevel": 35,
"roles": "archer_job",
"required_job_level": 3
}
Version Number and Mods in use:
A18