Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Killian
Pokemon battle simulator
Commits
fdfdcb30
Commit
fdfdcb30
authored
Feb 13, 2018
by
Quentin TONNEAU
Browse files
Update pokedex.ts
parent
54c44b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
pokedex.ts
View file @
fdfdcb30
/**
* Bibliothèque de Pokémons
* Peut-être modifiée pour importer de noveaux monstres/types
*/
import
{
Pokemon
}
from
"
./pokemon
"
;
export
let
Bulbizare
:
Pokemon
=
{
name
:
"
Bulbizare
"
,
type
:
"
grass
"
,
health
:
100
,
force
:
40
,
armor
:
5
,
celerity
:
20
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment