I guess I got an easy one here. But being pretty unexperienced with anything other than deleting pet_exotic and adding child:1 and that kind off stuff, I need your help.
In my current fortress I managed to get my hands on some Giant Octopuses and since they are pretty much useless in terms of economy and barely usable for defense purposes, I want to edit them a bit. The main question is: How do I get them to survive on land too (in addition to water).
By comparing some of the creature raws I managed to come up with something, but I'd like someone who knows what he's doing to have a look at it, before I miss something stupid and get them killed, right after I release them from their cages.
In order to not get swarmed by an army, riding giant war octopuses in my next embark, I edit the save game raws only of course
First I need to get rid of
[CV_REMOVE_TAG:PET]
[CV_REMOVE_TAG:PET_EXOTIC]
under Creature_Variation:Giant. This way I can edit the non giant version to be able to breed and stuff and the giant ones keep those skills too.
Since they are [aquatic] I'd change that to [amphibious] (since CV:Giant allready removes [immobile_land] I don't need to delete that as well, I guess). That should keep them alive, right ? Haven't found "breath air " or something like that, so I don't know for sure. CV:Giant also removes [speed] and [swimspeed], so do I need to edit that out as well and add speed to them, so they can move on land ?
Then I can add [Pet] and [Child:2] and change
[CASTE:FEMALE]
[FEMALE]
to something like
[CASTE:FEMALE]
[FEMALE]
[LAYS_EGGS]
[EGG_MATERIAL:LOCAL_CREATURE_MAT:EGGSHELL:SOLID]
[EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_WHITE:LIQUID]
[EGG_MATERIAL:LOCAL_CREATURE_MAT:EGG_YOLK:LIQUID]
[EGG_SIZE:262]
[CLUTCH_SIZE:4:5]
That should make them breedable
Since they're already intelligent, is there anything interesting I could use that for by adding something else? i guess Trainable would be nice, but I know you guys will come up with something better, right ?
Additionally they seem rather weak. Haven't found what [many arms] actually does in terms of aditional attacks and their strength. The octopus raw entry lists bite:beak as their only attack. Maybe someone can enlighten me on that too.