Skip to content

Commit

Permalink
reset after EiKPP-1
Browse files Browse the repository at this point in the history
removal of EiKPP-1, preparing for sync with upstream
  • Loading branch information
Celestia74 committed Oct 17, 2024
1 parent b987f12 commit a57b936
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4,311 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Pokémon Damage Calculator
# Pokémon Damage Calculator for EiPP

![Test Status](https://github.com/smogon/damage-calc/workflows/Tests/badge.svg)
[![npm version](https://img.shields.io/npm/v/@smogon/calc.svg)](https://www.npmjs.com/package/@smogon/calc) 

Damage calculator for all generations of Pokémon battling.
Damage calculator and soon-to-be multipurpose tool for Everyone is Pokémon Pokémon.

If you are currently looking at [smogon/damage-calc][0] and not
a fork, this is the official repository for the Pokémon Showdown! damage calculator:
https://calc.pokemonshowdown.com.
Fork of [smogon/damage-calc][0].

[the rest of this ReadMe is unchanged from the parent repo]

This repository houses both the package implementing the core damage formula mechanics in each
generation ([`@smogon/calc`][1]) as well as [logic and markup for the official UI][2].
Expand Down
3 changes: 1 addition & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ if (process.argv[2] !== 'view') {
cpdir('src', 'dist');
cpdir('calc/dist', 'dist/calc');
makeCachebuster('dist/honkalculate.template.html', 'dist/honkalculate.html');
makeCachebuster('dist/base.template.html', 'dist/base.html');
makeCachebuster('dist/eipp-1.template.html', 'dist/index.html');
makeCachebuster('dist/base.template.html', 'dist/index.html');
makeCachebuster('dist/randoms.template.html', 'dist/randoms.html');
Loading

0 comments on commit a57b936

Please sign in to comment.