Crumplecorn / ARK-Breeding-Calculator

ARK Breeding Calculator
http://crumplecorn.com/content/breeding-calculator
MIT License
14 stars 26 forks source link

Any plans to add the aberration dinos? #2

Closed trapper- closed 6 years ago

Crumplecorn commented 6 years ago

I'm not actively playing Ark at the moment and have limited time, so updates from me are going to be slow, but I don't intend to stop updating completely.

Once the creatures are in the dev kit (they may already be, I must check), I can start adding them over time.

SpawnOrion commented 6 years ago

I believe they are. I could help, but I haven't gotten the hang of the code yet. If you have any advice, I could help.

trapper- commented 6 years ago

I think we just need to get the data into this format then add them all to controller.js

Ankylosaurus: { birthtype: "Incubation", type: "Herbivore", basefoodrate: 0.003156, babyfoodrate: 25.5, extrababyfoodrate: 20.0, agespeed: 0.000003, agespeedmult: 1.9, eggspeed: 0.005556, eggspeedmult: 1.9, weight: 250 },

On 21 January 2018 at 11:58, Shane Robinson notifications@github.com wrote:

I believe they are. I could help, but I haven't gotten the hang of the code yet. If you have any advice, I could help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Crumplecorn/ARK-Breeding-Calculator/issues/2#issuecomment-359222026, or mute the thread https://github.com/notifications/unsubscribe-auth/AGeWy4X2f-7jg3YIYsjd9m9hSAS_FfnYks5tMrXOgaJpZM4Rj8-D .

SpawnOrion commented 6 years ago

Okay. I should have time this weekend and I'll try to get this done.

Crumplecorn commented 6 years ago

Yes, the brief guide I wrote outlines where to get the values in the dev kit, though it may be a bit out of date. What I usually do is copypaste an existing dino of the same type (herbi vs carni, incubate vs gestate) and then go through and replace the numbers.

Once it's in the list in controller.js it will appear in the calculator.

tsolron commented 6 years ago

I put a bunch of these into a pull request. I skipped the special ones like Rock Drakes and Reaper Kings

Crumplecorn commented 6 years ago

tsolron's changes merged and put live. Nice work!

And yes, special ones like drakes wouldn't make sense in this calculator as the considerations are quite different.