File: init.sql

package info (click to toggle)
crossfire-maps 1.75.0%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 275,656 kB
  • sloc: python: 7,711; sql: 92; sh: 73; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INSERT OR REPLACE INTO regions VALUES
('Dragons', 'ALL', 0.4),
('Scorn', 'scorn', 0.5),
('Scorn', 'scorncounty', 0.5),
('Scorn', 'scornoldcity', 0.5);

INSERT OR REPLACE INTO relations VALUES
('Dragons', 'dragon', 1),
('Dragons', 'faerie', -1),
('Dragons', 'human', -1),
('Scorn', 'demon', -1),
('Scorn', 'dragon', -1),
('Scorn', 'giant', -1),
('Scorn', 'goblin', -1),
('Scorn', 'human', 10),
('Scorn', 'reptile', -1),
('Scorn', 'troll', -1),
('Scorn', 'undead', -1),
('Scorn', 'unnatural', -1);