Welcome to the Kancolle Wiki!
If you have any questions regarding site content, account registration, etc., please visit the
KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Module:ShipData
(view source)
Revision as of 15:55, 9 September 2016
912 bytes added
,
8 years ago
Add post marriage HP
Line 245:
Line 245:
end
end
+
-- Unused
function ShipData:hp_leveled()
function ShipData:hp_leveled()
local hp = self:hp()
local hp = self:hp()
Line 251:
Line 252:
end
end
return hp
return hp
+
end
+
+
function ShipData:hp_married()
+
local api_id = self:api_id()
+
local hp = self:hp()
+
local bonuses = {
+
[0] = 4,
+
[1] = 4,
+
[2] = 4,
+
[3] = 5,
+
[4] = 6,
+
[5] = 7,
+
[6] = 7,
+
[7] = 8,
+
[8] = 8,
+
[9] = 9,
+
}
+
local exceptions = {
+
[131] = true, -- Yamato
+
[143] = true, -- Musashi
+
[163] = true, -- Maruyu
+
-- [402] = true, -- Maruyu Kai (is +4, 7 -> 11)
+
[171] = true, -- Bismarck
+
[172] = true, -- Bismarck Kai
+
[173] = true, -- Bismarck zwei
+
[178] = true, -- Bismarck drei
+
[275] = true, -- Nagato Kai
+
[276] = true, -- Mutsu Kai
+
[352] = true, -- Hayasui Kai
+
[441] = true, -- Littorio
+
[442] = true, -- Roma
+
[446] = true, -- Italia
+
[447] = true, -- Roma Kai
+
}
+
if exceptions[api_id] then
+
return self:hp_max()
+
else
+
local hp_digit = math.floor(hp / 10)
+
local bonus = bonuses[hp_digit]
+
if bonus then
+
return hp + bonus
+
else
+
return nil
+
end
+
end
end
end
がか
cssedit, gkautomate
7,064
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Naval District Saury Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version