Files
xlcore/pluginConfigs/DamageInfoPlugin.json
2025-02-17 22:54:50 +01:00

142 lines
3.8 KiB
JSON

{
"$type": "DamageInfoPlugin.Configuration, DamageInfoPlugin",
"MainTargetCastBarColorEnabled": true,
"FocusTargetCastBarColorEnabled": false,
"Version": 3,
"PhysicalColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 0.21568628,
"Z": 0.21568628,
"W": 1.0
},
"MagicColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 0.21568628,
"Y": 0.78431374,
"Z": 1.0,
"W": 1.0
},
"DarknessColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 0.21568628,
"Z": 0.78431374,
"W": 1.0
},
"PhysicalCastColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 0.21568628,
"Z": 0.21568628,
"W": 1.0
},
"MagicCastColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 0.21568628,
"Y": 0.78431374,
"Z": 1.0,
"W": 1.0
},
"DarknessCastColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 0.21568628,
"Z": 0.78431374,
"W": 1.0
},
"PhysicalBgColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
},
"MagicBgColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
},
"DarknessBgColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
},
"IncomingColorEnabled": true,
"OutgoingColorEnabled": true,
"PetColorEnabled": true,
"SeDamageIconDisable": false,
"SourceTextEnabled": true,
"PetSourceTextEnabled": false,
"HealSourceTextEnabled": true,
"IncomingAttackTextEnabled": true,
"OutgoingAttackTextEnabled": true,
"PetAttackTextEnabled": true,
"HealAttackTextEnabled": true,
"PositionalColorEnabled": true,
"PositionalColorInvert": false,
"PositionalColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 0.0,
"Y": 1.0,
"Z": 0.0,
"W": 1.0
},
"PositionalHitColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 0.0,
"Y": 1.0,
"Z": 0.0,
"W": 1.0
},
"PositionalMissColor": {
"$type": "System.Numerics.Vector4, System.Private.CoreLib",
"X": 1.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"PositionalHitColorEnabled": true,
"PositionalMissColorEnabled": true,
"PositionalHitTextSettings": {
"$type": "DamageInfoPlugin.PositionalTextSettings, DamageInfoPlugin",
"Prefix": "",
"Suffix": "",
"PrefixEnabled": false,
"SuffixEnabled": false
},
"PositionalMissTextSettings": {
"$type": "DamageInfoPlugin.PositionalTextSettings, DamageInfoPlugin",
"Prefix": "",
"Suffix": "",
"PrefixEnabled": false,
"SuffixEnabled": false
},
"PositionalAttackTextOverrideEnabled": false,
"PositionalHitSoundSettings": {
"$type": "DamageInfoPlugin.PositionalSoundSettings, DamageInfoPlugin",
"Enabled": false,
"SoundId": 1
},
"PositionalMissSoundSettings": {
"$type": "DamageInfoPlugin.PositionalSoundSettings, DamageInfoPlugin",
"Enabled": false,
"SoundId": 1
},
"DebugLogEnabled": false,
"PositionalLogEnabled": false,
"PositionalReportEnabled": false,
"Fools2023Config": {
"$type": "DamageInfoPlugin.Fools2023Config, DamageInfoPlugin",
"Unlocked": false,
"Enabled": false,
"Frequency": 10,
"DamageTypes": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, System.Private.CoreLib],[System.String, System.Private.CoreLib]], System.Private.CoreLib"
}
}
}