Git Product home page Git Product logo

arkham-cards-data's People

Contributors

akaan avatar arkhamcards avatar brightbold avatar cfergeau avatar comlah avatar dependabot[bot] avatar derornos avatar evgeny727 avatar fatelesscn avatar fblampe avatar fragarch avatar javnik36 avatar kynailsorg avatar luisfelipebr avatar luizresende99 avatar merkwurdichliebe avatar minimalifestyle avatar ngoctienvt avatar north101 avatar sarnetsky avatar sheff73 avatar shkuo avatar sliptip avatar tengounplan avatar tjanu avatar tsayoraife avatar vittek82 avatar wavefrontset avatar youbouze avatar zzorba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arkham-cards-data's Issues

FoF roles for true solo

Hi, in fortune and folly when you have only one investigator you can choose up to two roles. In the app when you reach the checkpoint if you choose to take a break you can only select one of the roles instead of two.

I think is necessary a new type of input (investigator_choice_role perhaps) because you have to consider two things, first that is the only investigator on play and second that you cannot choose two roles of the same kind eg: The thief and The thief (Practiced).

I am not familiar with the structure of the project and I don't have the time I would like to do it, at most I have contributed some typo corrections, so I think the best thing to do is to open this issue.

Thank you.

What is the version of Dark Matter?

I'm curious about the version of the current Dark Matter.
It was released as a final version on August 10th.
Has it been changed?

thx for your efforts.
: )

"The the" typo in chaos_tokens.json?

I don't know where to find the original text, but I noticed this while looking at the raw json files:

"prompt": "The the [[Floor]] of your location",
"min": 0
}
},
{
"token": "cultist",
"value": {
"modifier": -5
}
},
{
"token": "tablet",
"value": {
"modifier": -2
}
},
{
"token": "elder_thing",
"value": {
"modifier": -3
}
}
],
"hard": [
{
"token": "skull",
"type": "counter",
"counter": {
"prompt": "The the [[Floor]] of your location",

          "prompt": "The the [[Floor]] of your location",

Is there an extra "the" in the string? (the string is present twice in the file)

Possible bug at TSKC epilogue narration

Hi,

I don't know if this is happening in other languages, but in Spanish narration the epilogue 5 of the scarlet keys get stuck and doesn't start.

I checked the values for that json and find out that the id for the narration is "the_scarlet_keys.epilogue.intro_5" but the rest of the narrations are "the_scarlet_keys.epilogue.epilogue_1", "the_scarlet_keys.epilogue.epilogue_2", and so on.

I don't know if this is the cause of the error or not.

@TengounPlan

Thank you.

Names on Travel Map

First of all, I want to thank you for your effort on translate everything in the travel map, not only the name of cities... In the Spanish version, for example, only city names are translated, but continents, oceans and seas remain untranslated :(

I detect an error in the labels used for oceans. Atlantic Ocean is split in two different labels ("A T L A N T I C" y "O C E A N") that I need to inversed in translation, so "A T L A N T I C" => "O C É A N O" and "O C E A N" => "A T L Á N T I C O", because Atlantic Ocean is Océano Atlántico in Spanish... At first, this should not be a problem... except that Artict Ocean has two labels too, "A R T I C T" and it shares the label "O C E A N" with the Atlantic Ocean... so in my translated map, without translating "ARTICT" yet, it can be read "ARTICT ATLÁNTICO"...

I don't know what can be the best solution to this. Maybe leaving all of these toponymns untranslated... but it would be a pity to waste your amazing work with the map :(

TSK error report (dead and gone)

The condition is "30 or fewer time has passed" as following.

"text": "Check the Campaign Log. <i>If the cell possesses a mysterious whistle</i> and 30 or fewer <b>time</b> has passed:",

In code, the condition is implemented as fewer than 30 time has passed, as I know.

{
"type": "math",
"operation": "compare",
"opA": {
"type": "campaign_log_count",
"section": "time"
},
"opB": {
"type": "constant",
"value": 30
},
"options": [
{ "numCondition": -1 },
{ "numCondition": 0 }
]
}

It seems the condition excludes 30 time.

Help with translation

Need help concerning how to submit changes I made while translating via PoEdit. (TCU -> PT-BR)

Alice in Wonderland: Scenario 1 - Arkham in Wonderland - Resolution bug

Hi!

It seems that there is a bug in the resolution step of the first scenario of the fan campaign "Alice in Wonderland".
The campaign guide (downloaded from arkham central http://arkhamcentral.com/index.php/alice-in-wonderland-campaign/) looks like that:

image

So if I read this correctly, if at least one investigator was defeated and NO investigator resigned, the app should show me the first option "As you wonder if this..." and the next step would be resolution 1.

The app instead does this:

image

I suspect this is because there is a bug somwhere here:
https://github.com/zzorba/arkham-cards-data/blob/master/campaigns/zaw/arkham_in_wonderland.json#L85

Do I read this correctly or did I misunderstand something?

thx for all the great work!

Carcosa token management - German (and maybe more)

Affected campaign

Path to Carcosa / Return to Path to Carcosa

What

Wrong instructions for chaos bag manipulation between scenarios (and possibly agendas in Curtain Call as well).

App version

3.2.3

Affected languages

DE (possibly more, EN & ES are fine)

Details

I get the impression that the German version of the Carcosa campaign is sadly riddled with bugs. Regarding the various token manipulations going on.
Everything kind of starts with "The Last King" as the first scenario with the heavy token manipulation. Where, depending on the resolution, the chaos bag is changed for the upcoming scenarios (https://images-cdn.fantasyflightgames.com/filer_public/0d/72/0d72fab8-2e2c-4760-807d-f36a83130fe7/path_to_carcosa_campaign_guide_eng_final_release.pdf, page 7 on resolution 2 & 3).

E.g. with Resolution 3, the App (in English / Spanish) states: add 1 token of each. Whereas the German translation says: add 2 cultist tokens.

english

image

german

image

I fear this ripples through the whole campaign, with agendas in Curtain Call and other scenarios.

I had a look at the campaign json and the german translation file and couldn't find the mismatch. The campaign is correctly set up in the json and I can't even find the related text phrase "Dann werden 2 [cultist]-Marker dem Chaosbeutel hinzugefügt." anywhere in the repository.

Something more sinister, ancient and evil is going on ..

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.