Skip to content

Commit

Permalink
removed sub parte
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzBECK committed Oct 3, 2023
1 parent d7d9070 commit 7601505
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions docs/modulo_01/dicionarioDeDados.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,6 @@ Um dicionário de dados é uma coleção organizada de metadados que descrevem o
| danoFisico | Dano físico referente ao ataque | int | 4 | Not Null/Default |
| danoMagico | Dano mágico referente ao ataque | int | 4 | Not Null/Default |

## Tabela : **Perna**

| | | | | |
| --------------- | ---------------------------------- | --- | --- | --- |
| **Descrição** | Armazenará as informações da Perna | | | |
| **Observações** | - | | | |

| Nome | Descrição | Tipo de Dado | Tamanho | Restrições de domínio |
| ------- | -------------------------------------------------------- | ------------ | ------- | --------------------- |
| idParte | Chave estrangeira referenciando o código da tabela Parte | int | 4 | FK/Identity/Not Null |
| idPerna | identificador da perna | int | 4 | PK/Identity/Not Null |
| hp | Vida total referente ao membro da perna do personagem | int | 4 | Not Null/Default |

## Tabela : **Braço**

| | | | | |
| --------------- | ------------------------------------------- | --- | --- | --- |
| **Descrição** | Armazenará as informações da entidade Braço | | | |
| **Observações** | - | | | |

| Nome | Descrição | Tipo de Dado | Tamanho | Restrições de domínio |
| ------- | -------------------------------------------------------- | ------------ | ------- | --------------------- |
| idParte | Chave estrangeira referenciando o código da tabela Parte | int | 4 | FK/Identity/Not Null |
| idBraco | Identificador do braco | int | 4 | PK/Identity/Not Null |
| hp | Vida total atual referente ao braço do personagem | int | 4 | Not Null/Default |

## Tabela : **Item**

| | | | | |
Expand Down

0 comments on commit 7601505

Please sign in to comment.