# langrisser_2_questions **Repository Path**: aetherus/langrisser_2_questions ## Basic Information - **Project Name**: langrisser_2_questions - **Description**: A brute-force pathfinder for Langrisser 2 Goddess questions. - **Primary Language**: Ruby - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-06 - **Last Updated**: 2023-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Langrisser 2 Questions 暴力穷举梦幻模拟战2(PS)的女神问题路线 #### 系统要求 Ruby 2.5 #### 如何运行 ``` $ ruby run.rb ``` 你可以修改`run.rb`的最后一行来满足你自己的搜索需求 #### 代码中牵涉到的属性 - **at** AT (攻击力,数值型) - **df** DF (防御力,数值型) - **ap** A+ (攻击修正,数值型) - **dp** D+ (防御修正,数值型) - **mp** MP 不用说了(数值型) - **mv** MV (移动力,数值型) - **mr** MR (魔法抵抗,数值型) - **klass** 初始职业(字符串) - **spell** 魔法(字符串) - **item** 道具(字符串) - **exp** 经验(数值型) - **gold** 钱(数值型) - **capacity** 佣兵数上限(数值型) - **mercenary** 可雇佣的兵种(字符串)