default.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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": {
  10. "@c": ".DDFeaturePredicate",
  11. "value": "Character::Initiative"
  12. },
  13. "@c": ".impl.Flat",
  14. "group": "NONE",
  15. "value": 4
  16. }
  17. ]
  18. },
  19. {
  20. "name": "Augment Healing",
  21. "page": "CDiv79",
  22. "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).",
  23. "prerequisites": [
  24. {
  25. "applies": "Character::Skills::Heal",
  26. "value": 4
  27. }
  28. ],
  29. "properties": [
  30. {
  31. "applies": {
  32. "@c": ".pred.SpellMatcher",
  33. "properties": {
  34. "school": "Conjuration",
  35. "subschool": "Healing"
  36. }
  37. },
  38. "@c": ".impl.PerSpellLevel",
  39. "group": "NONE",
  40. "type": "effect",
  41. "value": 2
  42. }
  43. ]
  44. }
  45. ]