Vandivier / arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!
https://ariastale.com
MIT License
5 stars 4 forks source link

equipment validation to race and form #36

Open Vandivier opened 6 months ago

Vandivier commented 6 months ago

today, a character can equip an item see #33

part of that is an item is equipped_to a location

eg

{
  "name": "sword",
  "equipped_to": "right hand"
}

but there's no validation or consideration of form. so a creature with no arms can equip to its right hand twice, which doesn't make sense

expansively consider form so that a human might have a "special grip form" where they can indeed have two swords in their right hand