Skip to content

Instantly share code, notes, and snippets.

@mizdra
Last active March 29, 2016 05:47
Show Gist options
  • Save mizdra/c7fd0f336d3340445d3f to your computer and use it in GitHub Desktop.
Save mizdra/c7fd0f336d3340445d3f to your computer and use it in GitHub Desktop.
Zarel/Pokemon-Showdown 反動ダメージ調査のための依存関係調査

Zarel/Pokemon-Showdown 反動ダメージ調査のための依存関係調査

About

Zarel/Pokemon-Showdownでの反動ダメージ(recoil)の計算方法を追うために、各世代ファイルの依存関係を調べた。

依存解決部分

依存関係表

stadium     <: gen1
gen1        <: gen2
gen2        <: gen3
gen3        <: gen5
gen4        <: gen5
gen5        <: gen6
averagemons <: gen6
gennext     <: gen6
hiddentype  <: gen6
theorymon   <: gen6
tiershift   <: gen6
unreleased  <: gen6

実装

scripts.js

gen6

gen1

moves.js

gen6

gen5

gen2

gen1

stadium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment