Why can't I upgrade Celia's personal equipment to 6 star rarity ;w;?
What's on your mind?
TEXT
POLL
- All44 posts
- General3 posts
- News and Announcements9 posts
- Questions and Answers20 posts
- General Discussion12 posts
Sort by
Card Layout
Hi, I can't seem to find it but what's the limit of stats given by a fairy ? By fairy I mean the three blue fairy, lion and the green fairy with the seringe..
If it depends on the character you're uprading, where does it shows ?
Thanks !
Just Updated
Been looking for both of them for a while but still no luck so far, mostly the cg but would like if anyone could share a video
Is it still possible to acquire any of easter variants of girls, and if so how?
Hi everyone. I had a week off of work and was able to give the Wikia a lot of attention. Here's some of the stuff I worked on.
- I've fixed a very long-standing bug where characters with three bundled abilities (seven to nine individual abilities) were ignored. For example, Maple (Swimsuit) and Nepeta.
- I've improved the usability of the Python scripts driving the data-insertion for the Wikia. Partly to make Ar-cen-ciel's job easier, but also to allow me to debug effectively.
- I wrote unit tests for numerous methods and modules. I used to only know unit testing as a vague concept, but I got hands-on experience in my job and applied it to the Wikia. The unit tests will make it easier to notice/fix bugs and therefore program new features more smoothly.
- I rewrote the Module Layout table to accommodate for the above.
Almost all of my efforts are geared towards decreasing the memory usage of Lua. There are fewer pages crashing due to out-of-memory errors. Event pages take priority because those crash most easily, but I always worry about the day when the character lists run out of memory. That's the real reason there are multiple character list pages! Even if the list of all characters crashes, the smaller lists will be fine.
For the record, I'm not really concerning myself with front page or wares updates. It's tiring because it takes more brainpower for me to translate than to program.
Hello Flower Knight Girl Wikia! I'm Flanqer, and I'm the Fandom Wiki Manager for your community. I'm here to help you with any questions or issues, and to be a liaison to full-time Fandom Staff. If any of you have questions related to the wiki, whether it's about editing, styling, infoboxes, policy, etc, please contact me on my message wall.
Hey just wanted to say I love the new look, big kudos to whoever put the effort into it. I assume it was CodeHK.
very nice!
So, I play on Nutaku. Recently it underwent maintenance and we got a couple new releases. One of those things is Di Yu SCQ. I haven't seen those letterings before. Mind you I have only been playing the game for a month and a day. So I still have a lot to learn. But right now I would like to know what it is. I tried doing a search on here, but I couldn't find anything. Well other than the two listings for Di Yu. Which, I had started wondering if the alternate form, the Maturing Strategist is the SCQ....
I get Full stamina recovery x 10 as weekend downtime compensation!! and I don't know how to use it.
Can somebody help and sey how to use it?
I have added guildlines for everyone to properly name the scientific names of each plant.
- Genera have one word names (e.g., Panthera, Homo, Ginkgo, Tyrannosaurus);
- The genus name is always Capitalized and italicized (or underlined if you don't have access to italics);
- Species have two word names, the first part of which is the same as the genus name (e.g., Panthera leo, Homo sapiens, Ginkgo biloba, Tyrannosaurus rex)
- The genus name is ALWAYS capitalized, the second part ("trivial nomen") is ALWAYS in lower case, and the name is ALWAYS italicized or underlined;
- Species names can be abbreviated by using only the first letter of the genus name, followed by a period (NEVER by a hyphen): H. sapiens and T. rex are correct; H. Sapiens or T-Rex are WRONG!! (Subtle hint: do not use the incorrect form on your homework or tests)
Reference: https://www.geol.umd.edu/~tholtz/G104/lectures/104taxon.html
Out of some curiosity. Do some of the girls animated avatars change to match the skin of there evolved forms? If not, would that be a possibility in the future?
I'm a Nutaku user. Is it worth swapping to DDM? Is it possible to change the lettering to English?
I've changed the top navigation bar entirely in hopes that it will reveal more of the available pages on the Wikia and be simple to navigate. It will likely undergo more changes in the future, but I don't want it to be as drastic as before.
From the old navigation bar, "Flower Garden" as a list heading was very whimsical and didn't give anyone an idea as to what it could stand for. Replacing that with comprehendable names and organizations was my main priority.
so i have: Golden Lace
if i would get: Red Spider Lily (World's Flower Shrine Maiden)
who have the same Abilitie:Increases Attack for party members by 10% multiplied by the number of remaining enemies on the field when combat begins. (spider has 15%)
would their Abilities stack (also give 25% per enemy) or not?
Another significant upgrade has been completed. Abilities on character pages are now automatically generated from the game's master data. It will take time for this recent change to propogate throughout all of the pages.
This has the following effects.
- Editors no longer have to fill in the ability descriptions or IDs into character pages.
- Abilities will be automatically translated as soon as they are added to the Wikia. (If the master data's format is changed, things here and there may break though).
- The variables in CharacterStat/CharacterPage named Passive1Description through Passive4Description are no longer needed. In fact, they're entirely ignored now.
- Template:AbilityText and Template:NewAbilityText are now obsoleted. The Lua code for the latter will be deleted in the future in order to clean up unused stuff. I may refashion Template:AbilityText in the future if some page needs its functionality.
This took a ton of work since the old way this Wikia was designed had assumed that every character had a set of abilities like a 5* or 6*. Obviously, this didn't work for 2* through 4* characters (particularly Lilac). The new method stores all ability information from the master data instead of making assumptions about rarities. Module:Ability was fixed to work with the new format, and Template:CharacterStat now calls the module to get the table of translated abilities.
The old Template:CharacterPage does not use this new system. I'm pretty sure low rarity flower knights used this template specifically because CharacterStat, the intended replacement for CharacterPage, couldn't handle 2-4* character abilities until now.
I was thinking of this idea for months or so, however due to tight RL stuff and plain laziness, I hadn't done so however some incident in himetua where I got infringed (I do remain passive but that was the last straw). I'm making steps in making a discord server so that all editors/mods/admins in the wiki to get better- chatting
although as usual I won't enforce much and call up all folks here.
A feature I've wanted for a long time now has been put into effect. The List of Flower Knight Girls page is now entirely generated by the output of Lua modules. This means that fixing one Lua module can update a ton of pages at once with the correct information.
When new characters are added to the game, an admin needs to upload the game data to the Wiki using the Python scripts on GitHub combined with a bot; we've been doing this for months now, so that's not an issue. Then, Module:CharacterNames needs to be updated to at least state what Japanese names relate to which English names. Users will not be allowed to edit the original list pages anymore because the lists aren't written on the pages themselves anymore.
Incidentally, I took out the evolved icon from the table. It was something requested on Himeuta over a year ago. If a lot of people dislike this change, I can very easily add the evolved and bloomed icons to the table as well.
Although there's still a lot of things I want to work on, the main thing I want to make is a page listing all characters and a very succinct overview of their abilities. I also want to change the nav bar quite a bit to give it some organization. All of this progress follows my post on Himeuta.
I have been playing nutaku's version of FKG for almost a year. In nutaku's version the h scenes are not censored, but after playing dmm's r-18 version I see a mosaic censor ... is it just me or is it like that for everyone? Is it something fixable b going to the settings?
The one you replace is for NUTAKU VERSION and since this wikia isn't for NUTAKU VERSION but for the JAPANESE VERSION, please don't use the nutaku version of the skill name in this wiki and don't even change the Japanese name without checking the name in the Japanese version.