Updated swtor-parser.php

This commit is contained in:
Rooty 2020-07-29 15:59:43 +02:00
parent deffd20871
commit ac0a1370d4

View File

@ -159,6 +159,8 @@
$logThreat = isset($log[6][1])?$log[6][1]:null; $logThreat = isset($log[6][1])?$log[6][1]:null;
print("Date : ".$logDate." Source : ".$logSource." Target : ".$logTarget." Ability : ".$logAbility." Effect : ".$logEffect." Amount : ".$logValue." Menace : ".$logThreat."\n"); print("Date : ".$logDate." Source : ".$logSource." Target : ".$logTarget." Ability : ".$logAbility." Effect : ".$logEffect." Amount : ".$logValue." Menace : ".$logThreat."\n");
#TODO
// Start CCombat detection
// if( $log[1][1] // if( $log[1][1]
$totalAmount+=$logValue;$totalThreat+=$logThreat; $totalAmount+=$logValue;$totalThreat+=$logThreat;