作者 主题: PF1法术数据库  (阅读 1831 次)

副标题:

离线 Nihilia

  • Adventurer
  • *
  • 帖子数: 44
  • 苹果币: 0
PF1法术数据库
« 于: 2023-12-07, 周四 20:12:14 »
之前自己用的方便检索的数据库,json格式,之后有时间会写一个检索程序发布。

男神站法术名称勘误:
男神站名称原书名称出处
Companion TransportationCompanion TranspositionUltimate Wilderness pg. 228
Hasten JudgementHasten JudgmentPlanar Adventures pg. 40
Judgement UndoneJudgment UndonePlanar Adventures pg. 43
Phantasmal AsphixiationPhantasmal AsphyxiationHorror Adventures pg. 123

男神站未收录:
窃书术(Steal Book),出处:PFS S3-09,冰影之夜(Night of Frozen Shadows)
« 上次编辑: 2024-01-24, 周三 20:48:39 由 Nihilia »

线上 longman123

  • Chivary
  • *****
  • 帖子数: 1826
  • 苹果币: 1
Re: PF1法术数据库
« 回帖 #1 于: 2023-12-08, 周五 01:32:51 »
啊?这么厉害吗?
做卡经常要找一些特定法术,真棒啊。

离线 火之奇

  • Adventurer
  • *
  • 帖子数: 78
  • 苹果币: 0
Re: PF1法术数据库
« 回帖 #2 于: 2023-12-08, 周五 09:52:42 »
真厉害,以后找法术方便多了

离线 调零@史莱姆娘单推人

  • 防火组
  • *
  • 帖子数: 952
  • 苹果币: 4
  • 公骰「氷水のエジル」的骰主兼数据库、新功能开发者
Re: PF1法术数据库
« 回帖 #3 于: 2023-12-08, 周五 10:09:51 »
也许可以试试sqlite3?

离线 Nihilia

  • Adventurer
  • *
  • 帖子数: 44
  • 苹果币: 0
Re: PF1法术数据库
« 回帖 #4 于: 2024-01-22, 周一 17:16:34 »
之前一时不知道怎么传附件,搞忘记了。而且也没想起来研究怎么打包Python程序发布,先把PF1法术数据库贴上来吧,会用的可以直接用json数据库软件检索。
数据库字段简要说明:
剧透 -   :
{
    "Abadar's Truthtelling": {//法术英文名
        "Name": "Abadar's Truthtelling",//法术英文名
        "Markers": [//法术标记,同男神站
            "R"
        ],
        "Introduction": "Force the target to speak the truth.",//法术简介
        "PFSLegal": true,//PFS合法性
        "Material35": false,//战役资源
        "Source": "Inner Sea Gods pg. 228",//法术出处
        "School": "Enchantment",//法术学派
        "Subschool": "",//法术子学派
        "Descriptors": [//法术描述符
            "Mind-Affecting"
        ],
        "Level": {//法术环位,职业:环位
            "Cleric": 1,
            "Inquisitor": 1,
            "Oracle": 1,
            "Paladin": 1,
            "Warpriest": 1
        },
        "CastingTime": "1 standard action",//施法时间
        "Components": "V, S, DF",//法术成分
        "ComponentsD": {//法术成分(详细)
            "Verbal": true,
            "Somatic": true,
            "Material": "",
            "Focus": "",
            "DivineFocus": true,
            "MF(Arcane)/DF(Divine)": false
        },
        "Range": "touch",//距离
        "Target": "creature touched",//目标
        "Area": "",//区域
        "Effect": "",//效果
        "Duration": "1 min./level",//持续时间
        "Dismissible": false,//可解消
        "SavingThrow": "Will negates;",//豁免类型
        "SpellResistance": "yes",//法术抗力
        "Harmless": false,//是否无害(此项为计算得到,只有完全无害的法术才是true,部分无害依然是false)
        "Description": "This spell functions identically to the spell \"zone of truth\", except as noted above. The target momentarily takes on the semblance of a being of perfect order, like an archon or inevitable, so that all who can see the target know it is affected by the spell. This divine guise flickers over the target for only an instant and does not allow it to pass as a member of a different race.",//法术描述
        "Material": "",//材料成分
        "ReligionOrRace": "Abadar",//法术的种族或信仰要求,无要求则此项为空字符串
        "SavingType": "",//豁免类型
        "Effective": false //忽略此项,未完成功能
    },
……
}
« 上次编辑: 2024-01-22, 周一 17:30:50 由 Nihilia »