This is a basic foundation template, it contains all the basic stuff that a server running Vanilla MRPD would need. It contains Ranks, a Cloakroom, Air and Ground Unit Garages, etc.
Vanilla MRPD
English
181
Polychrome
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('weapon_sword', 'Sword', 1200),
('weapon_bow', 'Bow', 800),
('weapon_dagger', 'Dagger', 300),
('weapon_axe', 'Axe', 1500),
('weapon_spear', 'Spear', 1000),
('weapon_crossbow', 'Crossbow', 1800),
('weapon_mace', 'Mace', 1200),
('weapon_shield', 'Shield', 2000),
('weapon_staff', 'Staff', 700),
('weapon_flail', 'Flail', 1200);