文件名称:poketype:神奇宝贝的类型清单和效能计算
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-31 04:28:22
pokemon TypeScript
戳型 宠物小精灵具有特定的特征,例如性质,能力,打字和移动。 该项目着重于Pokemon的打字方面,以及Pokemon的特殊打字如何对付另一种有效。 宠物小精灵最多可以有2种不同的类型,例如“水”和“飞行”。 通过使用所有Pokemon的现有类型列表,该项目旨在确定它与其他Pokemon的相对有效性。 例如,“水”和“飞行”的神奇宝贝对“电动”类型的神奇宝贝效果极差。 该项目旨在计算有效性并向用户显示结果。 概要 import poketype from 'poketype' const { ほのお, くさ } = poketype . Types // English type names are supported const フシギダネ = poketype . createPokemon (くさ) const ひのこ = ほのお const effectiveness = po
【文件预览】:
poketype-master
----yarn.lock(124KB)
----src()
--------types.ts(2KB)
--------effectiveness.ts(3KB)
--------index.ts(120B)
--------pokemon.ts(193B)
----.circleci()
--------config.yml(702B)
----tsconfig.json(5KB)
----LICENSE(1KB)
----test.ts(2KB)
----README.md(1KB)
----tslint.yaml(364B)
----.editorconfig(147B)
----.gitignore(929B)
----package.json(1015B)