cleanup some unused keys
This commit is contained in:
parent
5add1f9c43
commit
7eddf36e16
|
@ -26,19 +26,11 @@
|
|||
{:name entity-name
|
||||
:added-at timestamp
|
||||
:last-activity-at timestamp
|
||||
:damage-out-total 0
|
||||
:damage-out-totals {}
|
||||
:damage-in-total 0
|
||||
:damage-in-totals {}
|
||||
:damage {:in {}
|
||||
:out {}}
|
||||
:skill-uses {}
|
||||
:alive-dps 0
|
||||
:encounter-dps 0
|
||||
:damage-out {}
|
||||
:damage-out-by-entity {}
|
||||
:damage-in {}
|
||||
:damage-in-by-entity {}
|
||||
:casts {}
|
||||
:other-powers {}
|
||||
:auras {}
|
||||
:deaths []
|
||||
:resurrections []
|
||||
:alive-duration 0})
|
||||
|
@ -305,7 +297,8 @@
|
|||
:started-at timestamp
|
||||
:entities {}
|
||||
:skills {}
|
||||
:damage {}
|
||||
:damage {:in {}
|
||||
:out {}}
|
||||
:healing {}
|
||||
:trigger-entities (get-in defined-encounters [encounter-name :entities])}))
|
||||
|
||||
|
|
Reference in a new issue