Coder Social home page Coder Social logo

Comments (9)

Sk1mble avatar Sk1mble commented on August 23, 2024

Hi, I can help you to fix your broken skills, but ideally would do this by logging on to your server so I can manipulate the skill data.

I can't see myself adding the ability to sort skills manually at this time; this would require the addition of a secondary data item per skill which would track its sort order. This wouldn't be used by a majority of Fate implementations and would require a very significant rework of the way the skill data is stored.

I'm unsure what has caused the skills to break here, but will know more when I can review your live data. Alternatively, you can export your skills by going to the 'export all skills' option in the skill edit dialog:

image

from fate-core-official.

Sk1mble avatar Sk1mble commented on August 23, 2024

Also, in the meantime, I've just checked, and skills will be sorted by order of number of asterisks in the name, so * will come before ** and *** etc. That would be a safer mechanism than using other unusual characters as prefixes. I suspect that tilde isn't an acceptable character in JSON object keys, but will know more when I inspect the skill data.

from fate-core-official.

gutzumerken avatar gutzumerken commented on August 23, 2024

Hey,
we host the game on forge-vtt.com. So as far as I understand you can't log on into the server itself to see the live data(?).
But I can give you my userdata/PW if that helps.
Here is the export of the skill data:
{
"/Clever": {
"name": "/Clever",
"description": "",
"overcome": "",
"caa": "


",
"attack": "


",
"defend": "


",
"pc": true
},
"*TECHnology": {
"name": "*TECHnology",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"*ROGUISH": {
"name": "*ROGUISH",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"*MARTIAL": {
"name": "*MARTIAL",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"*PARAnormal": {
"name": "*PARAnormal",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"/Flashy": {
"name": "/Flashy",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"/Forceful": {
"name": "/Forceful",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"+Careful": {
"name": "+Careful",
"description": "


",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"~ Quick": {
"name": "Quick",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
},
"~ Quick": {
"name": "Quick",
"description": "",
"overcome": "",
"caa": "",
"attack": "",
"defend": "",
"pc": true
}
}

To sort the skills by different amounts of * is a good idea. Way safer than strange characters ;)

from fate-core-official.

gutzumerken avatar gutzumerken commented on August 23, 2024

Can you replicate the problem when you name one of your skills "~ XYZ"?

from fate-core-official.

Sk1mble avatar Sk1mble commented on August 23, 2024

from fate-core-official.

Sk1mble avatar Sk1mble commented on August 23, 2024

from fate-core-official.

gutzumerken avatar gutzumerken commented on August 23, 2024

Hm..
How do I clear all skills? I cant delete the ~ skills with the delete button..

I think I will export my data, crate a new game, import everything except the "~" skills and never ever use ~ again ^^

from fate-core-official.

Sk1mble avatar Sk1mble commented on August 23, 2024

from fate-core-official.

gutzumerken avatar gutzumerken commented on August 23, 2024

Okay, thank you for your help! Much appreciated!

from fate-core-official.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.