Legendary pokemon #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: EpicKnarvik97/pokemon-cmd#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
EpicKnarvik97 commented on Nov 24, 2017
Legendar pokemon must be implemented after areas and a map. They need to only be able to spawn in a certain spot in a certain area. These special areas should have a boolean saying yes if a trainer has fought there, and no if a battle has not occurred. If the boolean says yes, the area should be empty, and no legendary pokemon can spawn. It can be set to yes once the battle has been initiated.
GReaperEx commented on Nov 25, 2017
Should the boolean be a member of the area or a member of the pokemon? Or rather, it'd be better to just have instantiated LegendaryPokemon that can "decide for themselves" whether they want to be into an area when the player enters it. That way, they could move to someplace else or even reappear after a certain event or time period.
EpicKnarvik97 commented on Nov 25, 2017
You are free to experiment. Since I first touched java in august, I don't know what is and isn't possible. At least, we don't want them spawning after they have battled, and we only want them to be able to spawn in a specific spot or a small area.