Skip to content

Commit

Permalink
Mudanças inicias do Fofoca
Browse files Browse the repository at this point in the history
  • Loading branch information
LaryNevesPR committed Jul 12, 2024
1 parent 353eb66 commit 191d6e9
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
attackRate: 1.5
damage:
types:
Slash: 15
Slash: 25 # Fofoca
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Reflect
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Roles/Antags/ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
antagonist: true
setPreference: false
objective: roles-antag-space-ninja-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 259200 # DeltaV - 72 hours
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Antags/revolutionary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
objective: roles-antag-rev-head-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 172800 # DeltaV - 48 hours
time: 7200
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # DeltaV - 10 hours
time: 3600

- type: antag
id: Rev
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Antags/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
objective: roles-antag-syndicate-agent-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 86400 # DeltaV - 24 hours
time: 1800 # Fofoca - 30 min
3 changes: 0 additions & 3 deletions Resources/Prototypes/Roles/Antags/zombie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
antagonist: true
setPreference: true
objective: roles-antag-initial-infected-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 43200 # DeltaV - 12 hours

- type: antag
id: Zombie
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/dwarf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Dwarf
name: species-name-dwarf
roundStart: false # DeltaV - Disable dwarf
roundStart: true # Fofoca - Anões voltaram
prototype: MobDwarf
sprites: MobHumanSprites
markingLimits: MobHumanMarkingLimits
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/lobbyscreens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
id: Singulo
background: /Textures/LobbyScreens/Singulo.webp

- type: lobbyBackground
id: TechnologicalProgress
background: /Textures/LobbyScreens/DeltaV__Technological_Progress_by_threlo.webp

- type: lobbyBackground
id: OperatorPlush
background: /Textures/LobbyScreens/OperatorPlush.webp
Expand Down

0 comments on commit 191d6e9

Please sign in to comment.