default.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. {
  3. "name": "Improved Initiative",
  4. "page": "PH96",
  5. "benefit": "You get a +4 bonus on initiative checks.",
  6. "prerequisites": [],
  7. "properties": [
  8. {
  9. "applies": "Character::Initiative",
  10. "@type": "Flat",
  11. "group": "NONE",
  12. "value": 4
  13. }
  14. ]
  15. },
  16. {
  17. "name": "Augment Healing",
  18. "page": "CDiv79",
  19. "benefit": "Add +2 points per spell level to the amount of damage healed by any Conjuration [Healing] spell that you cast. For example, a 1st-level cleric with this feat casting cure light wounds would restore 1d8+3 hp. An 8th-level cleric with the Healing domain and this feat casting cure moderate wounds would restore 2d8+13 hp (9 for his caster level including the +1 caster level bonus for the Healing domain, + 4 for the feat). A 13th-level druid casting heal would restore 144 hp (130 for her caster level + 14 for the feat, since heal is a 7th-level druid spell).",
  20. "prerequisites": [
  21. {
  22. "applies": "Character::Skills::Heal",
  23. "value": 4
  24. }
  25. ],
  26. "properties": [
  27. {
  28. "applies": "Spell::Conjuration::Healing",
  29. "@type": "SpellLevel",
  30. "group": "NONE",
  31. "value": 2
  32. }
  33. ]
  34. }
  35. ]