Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipGraphicKai
(view source)
Revision as of 06:59, 18 September 2018
77 bytes added
,
6 years ago
always hd for enemies
Line 11:
Line 11:
if _.ifind(fallback, ship:unique_name()) then
if _.ifind(fallback, ship:unique_name()) then
hd = false
hd = false
+
end
+
if ship:api_id() and ship:api_id() > 1500 then
+
hd = true
end
end
return args.damaged and ship:cg_damaged(hd) or ship:cg(hd)
return args.damaged and ship:cg_damaged(hd) or ship:cg(hd)
がか
cssedit, gkautomate
7,064
edits