Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
retira o departamento cidade da criação de personagem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaduh45 committed Nov 21, 2023
1 parent 2316474 commit bcdbc25
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
- Comerciante
- Policia

- type: department
id: Cidade
description: Cidadãos de um Planeta
color: "#9FED58"
roles:
- Cidadao
- Comerciante
- Policia
- Soldado
# - type: department
# id: Cidade
# description: Cidadãos de um Planeta
# color: "#9FED58"
# roles:
# - Cidadao
# - Comerciante
# - Policia
# - Soldado
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,54 @@
- state: green
- state: blueshield

# Spawn Cidadão
- type: entity
id: SpawnPointCidadao
parent: SpawnPointJobBase
name: cidadao
components:
- type: SpawnPoint
job_id: Cidadao
- type: Sprite
layers:
- state: green
- state: passenger
# # Spawn Cidadão
# - type: entity
# id: SpawnPointCidadao
# parent: SpawnPointJobBase
# name: cidadao
# components:
# - type: SpawnPoint
# job_id: Cidadao
# - type: Sprite
# layers:
# - state: green
# - state: passenger

# Spawn Comerciante
- type: entity
id: SpawnPointComerciante
parent: SpawnPointJobBase
name: comerciante
components:
- type: SpawnPoint
job_id: Comerciante
- type: Sprite
layers:
- state: green
- state: passenger
# # Spawn Comerciante
# - type: entity
# id: SpawnPointComerciante
# parent: SpawnPointJobBase
# name: comerciante
# components:
# - type: SpawnPoint
# job_id: Comerciante
# - type: Sprite
# layers:
# - state: green
# - state: passenger

# Spawn Policia
- type: entity
id: SpawnPointPolicia
parent: SpawnPointJobBase
name: policia
components:
- type: SpawnPoint
job_id: Policia
- type: Sprite
layers:
- state: green
- state: passenger
# # Spawn Policia
# - type: entity
# id: SpawnPointPolicia
# parent: SpawnPointJobBase
# name: policia
# components:
# - type: SpawnPoint
# job_id: Policia
# - type: Sprite
# layers:
# - state: green
# - state: passenger

# Spawn Soldado
- type: entity
id: SpawnPointSoldado
parent: SpawnPointJobBase
name: soldado
components:
- type: SpawnPoint
job_id: Soldado
- type: Sprite
layers:
- state: green
- state: passenger
# # Spawn Soldado
# - type: entity
# id: SpawnPointSoldado
# parent: SpawnPointJobBase
# name: soldado
# components:
# - type: SpawnPoint
# job_id: Soldado
# - type: Sprite
# layers:
# - state: green
# - state: passenger

0 comments on commit bcdbc25

Please sign in to comment.