start work on alchmical items
parent
56994c50bc
commit
3a072c47ce
|
@ -0,0 +1,124 @@
|
||||||
|
- activation:
|
||||||
|
- effect: Strike
|
||||||
|
name: Strike
|
||||||
|
bulk: 'L'
|
||||||
|
craft_requirements: null
|
||||||
|
description: This flask filled with corrosive acid deals 1 acid damage, 1d6 persistent acid damage, and 1 acid splash damage. Many types grant an item bonus to attack rolls.
|
||||||
|
comment: NEED TO DECIDE BEST WAY TO MODEL TYPE OF DAMAGE FOR bomb_damage
|
||||||
|
bomb_damage:
|
||||||
|
- type: Acid Damage (non persistent)
|
||||||
|
formula: 1
|
||||||
|
- type: Acid Damage (persistent)
|
||||||
|
formula: 1d6
|
||||||
|
- type: Acid Splash Damage (non persistent)
|
||||||
|
formula: 1
|
||||||
|
item_bonus: null
|
||||||
|
itemcategory: Alchemical Items
|
||||||
|
level: 1
|
||||||
|
name: Acid Flask (lesser)
|
||||||
|
price_cp: 300
|
||||||
|
source:
|
||||||
|
- abbr: CRB
|
||||||
|
page_start: 544
|
||||||
|
page_stop: 545
|
||||||
|
staffspells: null
|
||||||
|
traits:
|
||||||
|
- Acid
|
||||||
|
- Alchemical
|
||||||
|
- Bomb
|
||||||
|
- Consumable
|
||||||
|
- Splash
|
||||||
|
usage: held in one hand
|
||||||
|
- activation:
|
||||||
|
- effect: Strike
|
||||||
|
name: Strike
|
||||||
|
bulk: 'L'
|
||||||
|
craft_requirements: null
|
||||||
|
description: This flask filled with corrosive acid deals 1 acid damage, 2d6 persistent acid damage, and 2 acid splash damage. Many types grant an item bonus to attack rolls.
|
||||||
|
comment: NEED TO DECIDE BEST WAY TO MODEL TYPE OF DAMAGE FOR bomb_damage
|
||||||
|
bomb_damage:
|
||||||
|
- type: Acid Damage (non persistent)
|
||||||
|
formula: 1
|
||||||
|
- type: Acid Damage (persistent)
|
||||||
|
formula: 2d6
|
||||||
|
- type: Acid Splash Damage (non persistent)
|
||||||
|
formula: 2
|
||||||
|
item_bonus: 1
|
||||||
|
itemcategory: Alchemical Items
|
||||||
|
level: 3
|
||||||
|
name: Acid Flask (moderate)
|
||||||
|
price_cp: 1000
|
||||||
|
source:
|
||||||
|
- abbr: CRB
|
||||||
|
page_start: 544
|
||||||
|
page_stop: 545
|
||||||
|
staffspells: null
|
||||||
|
traits:
|
||||||
|
- Acid
|
||||||
|
- Alchemical
|
||||||
|
- Bomb
|
||||||
|
- Consumable
|
||||||
|
- Splash
|
||||||
|
usage: held in one hand
|
||||||
|
- activation:
|
||||||
|
- effect: Strike
|
||||||
|
name: Strike
|
||||||
|
bulk: 'L'
|
||||||
|
craft_requirements: null
|
||||||
|
description: This flask filled with corrosive acid deals 1 acid damage, 3d6 persistent acid damage, and 3 acid splash damage. Many types grant an item bonus to attack rolls.
|
||||||
|
comment: NEED TO DECIDE BEST WAY TO MODEL TYPE OF DAMAGE FOR bomb_damage
|
||||||
|
bomb_damage:
|
||||||
|
- type: Acid Damage (non persistent)
|
||||||
|
formula: 1
|
||||||
|
- type: Acid Damage (persistent)
|
||||||
|
formula: 3d6
|
||||||
|
- type: Acid Splash Damage (non persistent)
|
||||||
|
formula: 3
|
||||||
|
item_bonus: 2
|
||||||
|
itemcategory: Alchemical Items
|
||||||
|
level: 11
|
||||||
|
name: Acid Flask (greater)
|
||||||
|
price_cp: 25000
|
||||||
|
source:
|
||||||
|
- abbr: CRB
|
||||||
|
page_start: 544
|
||||||
|
page_stop: 545
|
||||||
|
staffspells: null
|
||||||
|
traits:
|
||||||
|
- Acid
|
||||||
|
- Alchemical
|
||||||
|
- Bomb
|
||||||
|
- Consumable
|
||||||
|
- Splash
|
||||||
|
usage: held in one hand
|
||||||
|
- activation:
|
||||||
|
- effect: Strike
|
||||||
|
name: Strike
|
||||||
|
bulk: 'L'
|
||||||
|
craft_requirements: null
|
||||||
|
description: This flask filled with corrosive acid deals 1 acid damage, 4d6 persistent acid damage, and 4 acid splash damage. Many types grant an item bonus to attack rolls.
|
||||||
|
comment: NEED TO DECIDE BEST WAY TO MODEL TYPE OF DAMAGE FOR bomb_damage
|
||||||
|
bomb_damage:
|
||||||
|
- type: Acid Damage (non persistent)
|
||||||
|
formula: 1
|
||||||
|
- type: Acid Damage (persistent)
|
||||||
|
formula: 4d6
|
||||||
|
- type: Acid Splash Damage (non persistent)
|
||||||
|
formula: 4
|
||||||
|
item_bonus: 3
|
||||||
|
itemcategory: Alchemical Items
|
||||||
|
level: 17
|
||||||
|
name: Acid Flask (major)
|
||||||
|
price_cp: 250000
|
||||||
|
source:
|
||||||
|
- abbr: CRB
|
||||||
|
page_start: 544
|
||||||
|
page_stop: 545
|
||||||
|
staffspells: null
|
||||||
|
traits:
|
||||||
|
- Acid
|
||||||
|
- Alchemical
|
||||||
|
- Bomb
|
||||||
|
- Consumable
|
||||||
|
- Splash
|
||||||
|
usage: held in one hand
|
Loading…
Reference in New Issue