File: damage_types.txt

package info (click to toggle)
flare-engine 1.14-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,388 kB
  • sloc: cpp: 47,760; java: 3,956; sh: 309; xml: 45; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[damage_type]
id=melee
name=Melee Damage
description=Increases the damage done with swords and other melee weapons.
name_min=Melee Damage Min
name_max=Melee Damage Max
min=dmg_melee_min
max=dmg_melee_max

[damage_type]
id=ranged
name=Ranged Damage
description=Increases the damage done with bows and other ranged weapons.
name_min=Ranged Damage Min
name_max=Ranged Damage Max
min=dmg_ranged_min
max=dmg_ranged_max

[damage_type]
id=ment
name=Mental Damage
description=Increases the damage done with staves and other mental weapons.
name_min=Mental Damage Min
name_max=Mental Damage Max
min=dmg_ment_min
max=dmg_ment_max