Rituals are now taken from the belt and shown in th combat_ui and in the system::combat. They aren't used in combat calcs yet though.
This commit is contained in:
parent
00c28f47eb
commit
ebb69dd589
6 changed files with 27 additions and 19 deletions
|
@ -145,7 +145,6 @@
|
|||
"pierce_type": {
|
||||
"damage": 11,
|
||||
"kind": 1,
|
||||
"element": 0,
|
||||
"probability": 1.0
|
||||
},
|
||||
"magick_type": {
|
||||
|
@ -156,26 +155,18 @@
|
|||
},
|
||||
"heals_user": {
|
||||
"damage": 13,
|
||||
"kind": 0,
|
||||
"element": 0,
|
||||
"probability": 1.0
|
||||
},
|
||||
"curses_user": {
|
||||
"damage": 14,
|
||||
"kind": 0,
|
||||
"element": 0,
|
||||
"probability": 0.5
|
||||
},
|
||||
"boost_damage_large": {
|
||||
"damage": 15,
|
||||
"kind": 0,
|
||||
"element": 0,
|
||||
"probability": 1.0
|
||||
},
|
||||
"combined": {
|
||||
"damage": 16,
|
||||
"kind": 0,
|
||||
"element": 0,
|
||||
"probability": 1.0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue