Create is_legal_place function for Founding of the City Quest #3

Open
opened 2025-06-04 23:55:37 +02:00 by AliasAlreadyTaken · 0 comments

Create a function that checks

  • is the city underground or in the sky? return false
  • is the city on the ocean? return false
  • does the city area cover less than 75% land mass? return false
  • are there private areas in a distance less than 300? return false
  • are there city, quest or faction areas in a distance less than 1500? return false
  • none of the above? return true
Create a function that checks - is the city underground or in the sky? return false - is the city on the ocean? return false - does the city area cover less than 75% land mass? return false - are there private areas in a distance less than 300? return false - are there city, quest or faction areas in a distance less than 1500? return false - none of the above? return true
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/yl_cities#3
No description provided.