The Impossible Creatures Index

This tool indexes and filters all possible creature combinations for Impossible Creatures.

Mod description

Waiting for initial run

Author: Alec Dee

offline.zip

LeftRight
Head
Front
Torso
Back
Tail
Wings
Claws

LeftRightPowerLevel

Notes

The first run will take about 4 seconds. After that results will be cached.

The efficiency rating (Eff) is Nandid's efficiency rating: ehp*dps/(coal+elec).

Many thanks to Will for showing me the IC-Combiner and helping with early versions. Most of the attribute equations I use are copied from Kev's Combiner.

Will's fork of IC-Combiner: github

Ddelamare's fork of IC-Combiner: github

Kev's original IC-Combiner: github

LBFrank's individual unit combiner: creaturecombiner.com

Weighted stats for top 10% of each level:

LevelPowerCoalElecHPArmourMeleeRange
15911930660.255.063.79
2115178431510.268.867.03
3220254832690.2916.119.62
43863561484240.3124.9213.11
58995511947990.3545.2619.13

History

1.07

Fixed mod selection dropdown to use Mod.Name attribute.
Updated ICP to 1.2.

1.06

Filtered out deflection_armour_head from dunkleosteus.
Added calcstats() to find top 10% for each level.

1.05

Coal gets rounded down after attrcombiner. Electricity is not rounded down in game.
Created SVG icons for limbs - based off of bmp icons from Will.

1.04

Merged melee type, range type, and ability filters.

1.03

Added ability filtering.
Fixed a bug when removing comments from lua files.
Added tar.gz parser. Lua files are now bundled in a tar.gz file.
Ranged damage is no longer rounded down, unlike melee. Confirmed in IC.
Limbs are flagged if they're selectable. This can be overridden.

1.02

Added display names, instead of file names.
Added sortable attribute columns.
Updated color scheme and layout.
Fixed stock names to match combiner names.
Rejected multiple impossible stock combinations.

1.01

Added math for limb attribute calculations.
Converted ICP attrcombiner.lua to javascript.
Compared outputs to IC debug console outputs.

1.00

Created to simplify IC Combiner.
Can load stock lua files and not do much else.
Built off of work from Kjones94, ddelamare, and iamwso.