Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Job Definitons #35

Closed
wants to merge 22 commits into from
Closed

Add Job Definitons #35

wants to merge 22 commits into from

Conversation

Darril44K
Copy link
Contributor

No description provided.

Copy link
Contributor

@jusvit jusvit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent file names

Boss Mafia.job should be mafia_boss.job
security_Guard.job -> security_guard.job

For the group "Illegal" it should broken down more:
gangsters.job
etc

Refer to https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua

I did like the variety of custom models even if the animations were a bit janky at the moment.

I'll test out the guns tonight.

@jusvit
Copy link
Contributor

jusvit commented Sep 16, 2024

Chief Cook, should just be "Cook"

Ak47 is not up to the quality of being in the game, neither is the silenced USP (Isn't silenced, just scoped). You can re-add these in a later PR.

@sousou63
Copy link
Contributor

sousou63 commented Sep 16, 2024

I've made a resume of the differents jobs and categories and modified some to make more sense :

-- CATEGORY CITIZENS --

Citizen:

Description: The most basic member of society. They have no specific role in city life.
Weapons: None
Salary: Normal salary ( we can for example start with 50$ )

Gun Dealer:

Description: The only person who can sell guns to others. Must avoid getting caught selling illegal firearms.
Weapons: None
Salary: Normal salary

Medic:

Description: Uses medical knowledge to restore players to full health. Essential for healing in the city.
Weapons: Medical kit
Salary: Normal salary

Hobo:

Description: The lowest member of society. Begs for food and money, and builds makeshift homes.
Weapons: Bugbait
Salary: 0

Cook:

Description: Responsible for feeding other members of the city. Can spawn a microwave and sell food.
Weapons: None
Salary: 45

-- CATEGORY GOVERNMENT --

Police Officer:

Description: The protector of every citizen. They have the power to arrest criminals and protect innocents.
Weapons: Arrest baton, stunstick, pistol, battering ram
Salary: 1.45 times the normal salary

Chief of Police:

Description: The leader of the Police unit. Coordinates the police force to enforce the law.
Weapons: Arrest baton, stunstick, pistol
Salary: 1.67 times the normal salary

Mayor:

Description: Creates laws to govern the city. Can create and accept warrants.
Weapons: None
Salary: 1.89 times the normal salary

-- CATEGORY GANGSTERS --

Gangster:

Description: The lowest person in crime. Generally works for the Mob boss who runs the crime family.
Weapons: None
Salary: Normal salary

Mob Boss:

Description: The boss of the criminals in the city. Coordinates the gangsters to form an efficient crime organization.
Weapons: Lockpick, unarrest stick
Salary: 1.34 times the normal salary

-- CATEGORY OTHERS --

Miner:

Description: Extracts valuable resources from the earth using a pickaxe and other tools. Supplies the city with raw materials essential for industries and crafting.
Weapons: Pickaxes
Salary: 1.2 times the normal salary

@jusvit jusvit linked an issue Sep 16, 2024 that may be closed by this pull request
@Darril44K Darril44K closed this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Job definitions
3 participants