diff --git a/package.json b/package.json index 2bbce75..3bbd0aa 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typescript-plugin-css-modules": "^5.0.2" }, "peerDependencies": { - "@eveshipfit/dogma-engine": "^2.6.0", + "@eveshipfit/dogma-engine": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/src/Icon/Icon.tsx b/src/Icon/Icon.tsx index 8cf4379..7e9fbfb 100644 --- a/src/Icon/Icon.tsx +++ b/src/Icon/Icon.tsx @@ -7,6 +7,8 @@ const iconMapping = { "armor-hp": "texture/classes/fitting/statsicons/armorhp.png", "armor-repair-rate": "texture/classes/fitting/statsicons/armorrepairrate.png", "cargo-hold": "texture/windowicons/ships.png", + "damage-alpha": "texture/classes/fitting/statsicons/alphastrike.png", + "damage-dps": "texture/classes/fitting/statsicons/turretdps.png", "drone-bay": "texture/windowicons/dronebay.png", "em-resistance": "texture/classes/fitting/statsicons/emresistance.png", "explosive-resistance": "texture/classes/fitting/statsicons/explosiveresistance.png", diff --git a/src/ShipStatistics/ShipStatistics.tsx b/src/ShipStatistics/ShipStatistics.tsx index 71cf505..fddfe44 100644 --- a/src/ShipStatistics/ShipStatistics.tsx +++ b/src/ShipStatistics/ShipStatistics.tsx @@ -67,10 +67,32 @@ export const ShipStatistics = () => { - ? dps}> + + dps + + } + > - ? dps - ? HP + + + + + + dps ( + dps) + + + + + + + + HP + + diff --git a/src/settings.ts b/src/settings.ts index c8e3038..a7e17f7 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1 +1 @@ -export const defaultDataUrl = "https://data.eveship.fit/v7.2-20240227/"; +export const defaultDataUrl = "https://data.eveship.fit/v8.0-20240227/";