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 00:56, 10 September 2016
166 bytes removed
,
8 years ago
m
no edit summary
Line 243:
Line 243:
function ShipData:hp_max()
function ShipData:hp_max()
return self._hp_max
return self._hp_max
−
end
−
−
-- Unused
−
function ShipData:hp_leveled()
−
local hp = self:hp()
−
if self._level and self._level > 100 then
−
return math.floor((self:hp_max() - hp) * (self._level - 99) / 51 + hp)
−
end
−
return hp
end
end
function ShipData:hp_married()
function ShipData:hp_married()
−
local api_id = self:api_id()
−
local hp = self:hp()
local bonuses = {
local bonuses = {
[0] = 4,
[0] = 4,
Line 286:
Line 275:
[447] = true, -- Roma Kai
[447] = true, -- Roma Kai
}
}
+
local hp = self:hp()
+
if not hp then
+
return nil
+
end
+
local api_id = self:api_id()
if exceptions[api_id] then
if exceptions[api_id] then
return self:hp_max()
return self:hp_max()
がか
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