How equipment works

● ARCHIVED · READ-ONLY
Started by shockra 3 posts View original ↗
  1. I'm trying to create a plugin that add new ability scores to the game. I've got it set so that the scores are set, but I'm having trouble getting equipment to alter the scores. It should be rigged so that the notetags should add to the necessary score to the equipment, but I'm not sure how get the score to affect the actor from there. I haven't messed around with the equipment enough to know that yet? Any ideas?

    EDIT: Solved it.
  2. Relevant xkcd.

    Anyway, you probably just interpret the notetag and modify $dataArmors or $dataWeapons with the new parameters. You can choose whatever name for the new field and you can use whatever way you want to use them. The difficult bit is making them do whatever you want them to do.