Advertisement
Spookygnu

rso config

Dec 12th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.71 KB | None | 0 0
  1.  
  2. // Configuration file for RSO buildings, objects and etc
  3.  
  4. #include "BIS_AddonInfo.hpp"
  5. #include "basicdefines_A3.hpp"
  6. #include "cfgPatches.hpp"
  7.  
  8.  
  9. class cfgVehicleClasses
  10. {
  11. class RSO_Models
  12. {
  13. displayName = "RSO";
  14. };
  15. };
  16. class CfgEditorCategories
  17. {
  18. class RSOModels
  19. {
  20. displayName = "RSO Models";
  21. };
  22. };
  23. class CfgEditorSubcategories
  24. {
  25. class RSOBuildings
  26. {
  27. displayName = "RSO Buildings";
  28. };
  29. };
  30.  
  31. class CfgDestroy
  32. {
  33. class BuildingHit
  34. {
  35. sound[] = {};
  36. };
  37. };
  38. class CfgVehicles
  39. {
  40.  
  41. class House; // declare House from ArmA 3
  42. class House_F : House // declare and define House_F, and make it inheret House
  43. {
  44. class DestructionEffects;
  45. };
  46.  
  47. class Ruins_F;
  48. class land_rso_apartmentcomplex : House_F
  49. {
  50. scope = 2;
  51. cost = 40;
  52. vehicleClass = RSO_Models;
  53. editorCategory = RSOModels;
  54. editorSubCategory = RSOBuildings;
  55. model = "rso\rso_apartmentcomplex.p3d";
  56. displayName = "Apartment Complex";
  57. displayNameShort = "AprtCmplx";
  58. class DestructionEffects: DestructionEffects
  59. {
  60. class Ruin1
  61. {
  62. simulation = "ruin";
  63. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  64. position = "";
  65. intensity = 1;
  66. interval = 1;
  67. lifeTime = 1;
  68. };
  69. };
  70. };
  71. class land_rso_apartmentcomplex_wip : House_F
  72. {
  73. scope = 2;
  74. cost = 40;
  75. vehicleClass = RSO_Models;
  76. editorCategory = RSOModels;
  77. editorSubCategory = RSOBuildings;
  78. model = "rso\rso_apartmentcomplex_wip.p3d";
  79. displayName = "Apartment Complex WIP";
  80. displayNameShort = "AprtCmplxWIP";
  81. class DestructionEffects: DestructionEffects
  82. {
  83. class Ruin1
  84. {
  85. simulation = "ruin";
  86. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  87. position = "";
  88. intensity = 1;
  89. interval = 1;
  90. lifeTime = 1;
  91. };
  92. };
  93. };
  94. class land_rso_apartmentcomplex4 : House_F
  95. {
  96. scope = 2;
  97. cost = 40;
  98. vehicleClass = RSO_Models;
  99. editorCategory = RSOModels;
  100. editorSubCategory = RSOBuildings;
  101. model = "rso\rso_apartmentcomplex4.p3d";
  102. displayName = "Apartment Complex4";
  103. displayNameShort = "AprtCmplx4";
  104. class DestructionEffects: DestructionEffects
  105. {
  106. class Ruin1
  107. {
  108. simulation = "ruin";
  109. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  110. position = "";
  111. intensity = 1;
  112. interval = 1;
  113. lifeTime = 1;
  114. };
  115. };
  116. };
  117.  
  118. class land_rso_arch : House_F
  119. {
  120. scope = 2;
  121. cost = 40;
  122. vehicleClass = RSO_Models;
  123. editorCategory = RSOModels;
  124. editorSubCategory = RSOBuildings;
  125. model = "rso\rso_arch.p3d";
  126. displayName = "Arch";
  127. displayNameShort = "Arch";
  128. class DestructionEffects: DestructionEffects
  129. {
  130. class Ruin1
  131. {
  132. simulation = "ruin";
  133. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  134. position = "";
  135. intensity = 1;
  136. interval = 1;
  137. lifeTime = 1;
  138. };
  139. };
  140. };
  141. class land_rso_arches : House_F
  142. {
  143. scope = 2;
  144. cost = 40;
  145. vehicleClass = RSO_Models;
  146. editorCategory = RSOModels;
  147. editorSubCategory = RSOBuildings;
  148. model = "rso\rso_arches.p3d";
  149. displayName = "Arches";
  150. displayNameShort = "Arches";
  151. class DestructionEffects: DestructionEffects
  152. {
  153. class Ruin1
  154. {
  155. simulation = "ruin";
  156. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  157. position = "";
  158. intensity = 1;
  159. interval = 1;
  160. lifeTime = 1;
  161. };
  162. };
  163. };
  164. class land_rso_ATC1 : House_F
  165. {
  166. scope = 2;
  167. cost = 40;
  168. vehicleClass = RSO_Models;
  169. editorCategory = RSOModels;
  170. editorSubCategory = RSOBuildings;
  171. model = "rso\rso_ATC1.p3d";
  172. displayName = "ATC1";
  173. displayNameShort = "ATC1";
  174. class DestructionEffects: DestructionEffects
  175. {
  176. class Ruin1
  177. {
  178. simulation = "ruin";
  179. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  180. position = "";
  181. intensity = 1;
  182. interval = 1;
  183. lifeTime = 1;
  184. };
  185. };
  186. };
  187. class land_rso_big : House_F
  188. {
  189. scope = 2;
  190. cost = 40;
  191. vehicleClass = RSO_Models;
  192. editorCategory = RSOModels;
  193. editorSubCategory = RSOBuildings;
  194. model = "rso\rso_big.p3d";
  195. displayName = "big";
  196. displayNameShort = "big";
  197. class DestructionEffects: DestructionEffects
  198. {
  199. class Ruin1
  200. {
  201. simulation = "ruin";
  202. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  203. position = "";
  204. intensity = 1;
  205. interval = 1;
  206. lifeTime = 1;
  207. };
  208. };
  209. };
  210. class land_rso_big_b : House_F
  211. {
  212. scope = 2;
  213. cost = 40;
  214. vehicleClass = RSO_Models;
  215. editorCategory = RSOModels;
  216. editorSubCategory = RSOBuildings;
  217. model = "rso\rso_big_b.p3d";
  218. displayName = "big_b";
  219. displayNameShort = "Big_b";
  220. class DestructionEffects: DestructionEffects
  221. {
  222. class Ruin1
  223. {
  224. simulation = "ruin";
  225. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  226. position = "";
  227. intensity = 1;
  228. interval = 1;
  229. lifeTime = 1;
  230. };
  231. };
  232. };
  233. class land_rso_big_c : House_F
  234. {
  235. scope = 2;
  236. cost = 40;
  237. vehicleClass = RSO_Models;
  238. editorCategory = RSOModels;
  239. editorSubCategory = RSOBuildings;
  240. model = "rso\rso_big_c.p3d";
  241. displayName = "big_c";
  242. displayNameShort = "big_c";
  243. class DestructionEffects: DestructionEffects
  244. {
  245. class Ruin1
  246. {
  247. simulation = "ruin";
  248. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  249. position = "";
  250. intensity = 1;
  251. interval = 1;
  252. lifeTime = 1;
  253. };
  254. };
  255. };
  256. class land_rso_big_d : House_F
  257. {
  258. scope = 2;
  259. cost = 40;
  260. vehicleClass = RSO_Models;
  261. editorCategory = RSOModels;
  262. editorSubCategory = RSOBuildings;
  263. model = "rso\rso_big_d.p3d";
  264. displayName = "big_d";
  265. displayNameShort = "big_d";
  266. class DestructionEffects: DestructionEffects
  267. {
  268. class Ruin1
  269. {
  270. simulation = "ruin";
  271. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  272. position = "";
  273. intensity = 1;
  274. interval = 1;
  275. lifeTime = 1;
  276. };
  277. };
  278. };
  279. class land_rso_big_e : House_F
  280. {
  281. scope = 2;
  282. cost = 40;
  283. vehicleClass = RSO_Models;
  284. editorCategory = RSOModels;
  285. editorSubCategory = RSOBuildings;
  286. model = "rso\rso_big_e.p3d";
  287. displayName = "big_e";
  288. displayNameShort = "big_e";
  289. class DestructionEffects: DestructionEffects
  290. {
  291. class Ruin1
  292. {
  293. simulation = "ruin";
  294. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  295. position = "";
  296. intensity = 1;
  297. interval = 1;
  298. lifeTime = 1;
  299. };
  300. };
  301. };
  302. class land_rso_big_f : House_F
  303. {
  304. scope = 2;
  305. cost = 40;
  306. vehicleClass = RSO_Models;
  307. editorCategory = RSOModels;
  308. editorSubCategory = RSOBuildings;
  309. model = "rso\rso_big_f.p3d";
  310. displayName = "big_f";
  311. displayNameShort = "big_f";
  312. class DestructionEffects: DestructionEffects
  313. {
  314. class Ruin1
  315. {
  316. simulation = "ruin";
  317. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  318. position = "";
  319. intensity = 1;
  320. interval = 1;
  321. lifeTime = 1;
  322. };
  323. };
  324. };
  325. class land_rso_block1 : House_F
  326. {
  327. scope = 2;
  328. cost = 40;
  329. vehicleClass = RSO_Models;
  330. editorCategory = RSOModels;
  331. editorSubCategory = RSOBuildings;
  332. model = "rso\rso_block1.p3d";
  333. displayName = "Block 1";
  334. displayNameShort = "Block1";
  335. class DestructionEffects: DestructionEffects
  336. {
  337. class Ruin1
  338. {
  339. simulation = "ruin";
  340. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  341. position = "";
  342. intensity = 1;
  343. interval = 1;
  344. lifeTime = 1;
  345. };
  346. };
  347. };
  348. class land_rso_complex1 : House_F
  349. {
  350. scope = 2;
  351. cost = 40;
  352. vehicleClass = RSO_Models;
  353. editorCategory = RSOModels;
  354. editorSubCategory = RSOBuildings;
  355. model = "rso\rso_complex1.p3d";
  356. displayName = "Complex 1";
  357. displayNameShort = "Cmplx 1";
  358. class DestructionEffects: DestructionEffects
  359. {
  360. class Ruin1
  361. {
  362. simulation = "ruin";
  363. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  364. position = "";
  365. intensity = 1;
  366. interval = 1;
  367. lifeTime = 1;
  368. };
  369. };
  370. };
  371. class land_rso_complex2 : House_F
  372. {
  373. scope = 2;
  374. cost = 40;
  375. vehicleClass = RSO_Models;
  376. editorCategory = RSOModels;
  377. editorSubCategory = RSOBuildings;
  378. model = "rso\rso_complex2.p3d";
  379. displayName = "Complex 2";
  380. displayNameShort = "Cmplx2";
  381. class DestructionEffects: DestructionEffects
  382. {
  383. class Ruin1
  384. {
  385. simulation = "ruin";
  386. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  387. position = "";
  388. intensity = 1;
  389. interval = 1;
  390. lifeTime = 1;
  391. };
  392. };
  393. };
  394. class land_rso_complex3 : House_F
  395. {
  396. scope = 2;
  397. cost = 40;
  398. vehicleClass = RSO_Models;
  399. editorCategory = RSOModels;
  400. editorSubCategory = RSOBuildings;
  401. model = "rso\rso_complex3.p3d";
  402. displayName = "Complex 3";
  403. displayNameShort = "Cmplx3";
  404. class DestructionEffects: DestructionEffects
  405. {
  406. class Ruin1
  407. {
  408. simulation = "ruin";
  409. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  410. position = "";
  411. intensity = 1;
  412. interval = 1;
  413. lifeTime = 1;
  414. };
  415. };
  416. };
  417. class land_rso_complex4 : House_F
  418. {
  419. scope = 2;
  420. cost = 40;
  421. vehicleClass = RSO_Models;
  422. editorCategory = RSOModels;
  423. editorSubCategory = RSOBuildings;
  424. model = "rso\rso_complex4.p3d";
  425. displayName = "Complex 4";
  426. displayNameShort = "Cmplx4";
  427. class DestructionEffects: DestructionEffects
  428. {
  429. class Ruin1
  430. {
  431. simulation = "ruin";
  432. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  433. position = "";
  434. intensity = 1;
  435. interval = 1;
  436. lifeTime = 1;
  437. };
  438. };
  439. };
  440. class land_rso_complex5 : House_F
  441. {
  442. scope = 2;
  443. cost = 40;
  444. vehicleClass = RSO_Models;
  445. editorCategory = RSOModels;
  446. editorSubCategory = RSOBuildings;
  447. model = "rso\rso_complex5.p3d";
  448. displayName = "Complex 5";
  449. displayNameShort = "Cmplx5";
  450. class DestructionEffects: DestructionEffects
  451. {
  452. class Ruin1
  453. {
  454. simulation = "ruin";
  455. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  456. position = "";
  457. intensity = 1;
  458. interval = 1;
  459. lifeTime = 1;
  460. };
  461. };
  462. };
  463. class land_rso_complex6 : House_F
  464. {
  465. scope = 2;
  466. cost = 40;
  467. vehicleClass = RSO_Models;
  468. editorCategory = RSOModels;
  469. editorSubCategory = RSOBuildings;
  470. model = "rso\rso_complex6.p3d";
  471. displayName = "Complex 6";
  472. displayNameShort = "Cmplx6";
  473. class DestructionEffects: DestructionEffects
  474. {
  475. class Ruin1
  476. {
  477. simulation = "ruin";
  478. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  479. position = "";
  480. intensity = 1;
  481. interval = 1;
  482. lifeTime = 1;
  483. };
  484. };
  485. };
  486. class land_rso_complex7 : House_F
  487. {
  488. scope = 2;
  489. cost = 40;
  490. vehicleClass = RSO_Models;
  491. editorCategory = RSOModels;
  492. editorSubCategory = RSOBuildings;
  493. model = "rso\rso_complex7.p3d";
  494. displayName = "Complex 7";
  495. displayNameShort = "Cmplx7";
  496. class DestructionEffects: DestructionEffects
  497. {
  498. class Ruin1
  499. {
  500. simulation = "ruin";
  501. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  502. position = "";
  503. intensity = 1;
  504. interval = 1;
  505. lifeTime = 1;
  506. };
  507. };
  508. };
  509. class land_rso_complex8 : House_F
  510. {
  511. scope = 2;
  512. cost = 40;
  513. vehicleClass = RSO_Models;
  514. editorCategory = RSOModels;
  515. editorSubCategory = RSOBuildings;
  516. model = "rso\rso_complex8.p3d";
  517. displayName = "Complex 8";
  518. displayNameShort = "Cmplx8";
  519. class DestructionEffects: DestructionEffects
  520. {
  521. class Ruin1
  522. {
  523. simulation = "ruin";
  524. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  525. position = "";
  526. intensity = 1;
  527. interval = 1;
  528. lifeTime = 1;
  529. };
  530. };
  531. };
  532. class land_rso_complex9 : House_F
  533. {
  534. scope = 2;
  535. cost = 40;
  536. vehicleClass = RSO_Models;
  537. editorCategory = RSOModels;
  538. editorSubCategory = RSOBuildings;
  539. model = "rso\rso_complex9.p3d";
  540. displayName = "Complex 9";
  541. displayNameShort = "Cmplx9";
  542. class DestructionEffects: DestructionEffects
  543. {
  544. class Ruin1
  545. {
  546. simulation = "ruin";
  547. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  548. position = "";
  549. intensity = 1;
  550. interval = 1;
  551. lifeTime = 1;
  552. };
  553. };
  554. };
  555. class land_rso_construct1 : House_F
  556. {
  557. scope = 2;
  558. cost = 40;
  559. vehicleClass = RSO_Models;
  560. editorCategory = RSOModels;
  561. editorSubCategory = RSOBuildings;
  562. model = "rso\rso_construct1.p3d";
  563. displayName = "Construct 1";
  564. displayNameShort = "Construct1";
  565. class DestructionEffects: DestructionEffects
  566. {
  567. class Ruin1
  568. {
  569. simulation = "ruin";
  570. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  571. position = "";
  572. intensity = 1;
  573. interval = 1;
  574. lifeTime = 1;
  575. };
  576. };
  577. };
  578. class land_rso_construct2 : House_F
  579. {
  580. scope = 2;
  581. cost = 40;
  582. vehicleClass = RSO_Models;
  583. editorCategory = RSOModels;
  584. editorSubCategory = RSOBuildings;
  585. model = "rso\rso_construct2.p3d";
  586. displayName = "Construct 2";
  587. displayNameShort = "Construct2";
  588. class DestructionEffects: DestructionEffects
  589. {
  590. class Ruin1
  591. {
  592. simulation = "ruin";
  593. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  594. position = "";
  595. intensity = 1;
  596. interval = 1;
  597. lifeTime = 1;
  598. };
  599. };
  600. };
  601. class land_rso_construct3 : House_F
  602. {
  603. scope = 2;
  604. cost = 40;
  605. vehicleClass = RSO_Models;
  606. editorCategory = RSOModels;
  607. editorSubCategory = RSOBuildings;
  608. model = "rso\rso_construct3.p3d";
  609. displayName = "Construct 3";
  610. displayNameShort = "Construct3";
  611. class DestructionEffects: DestructionEffects
  612. {
  613. class Ruin1
  614. {
  615. simulation = "ruin";
  616. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  617. position = "";
  618. intensity = 1;
  619. interval = 1;
  620. lifeTime = 1;
  621. };
  622. };
  623. };
  624. class land_rso_construct4 : House_F
  625. {
  626. scope = 2;
  627. cost = 40;
  628. vehicleClass = RSO_Models;
  629. editorCategory = RSOModels;
  630. editorSubCategory = RSOBuildings;
  631. model = "rso\rso_construct4.p3d";
  632. displayName = "Construct 4";
  633. displayNameShort = "Construct4";
  634. class DestructionEffects: DestructionEffects
  635. {
  636. class Ruin1
  637. {
  638. simulation = "ruin";
  639. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  640. position = "";
  641. intensity = 1;
  642. interval = 1;
  643. lifeTime = 1;
  644. };
  645. };
  646. };
  647. class land_rso_construct4_wip : House_F
  648. {
  649. scope = 2;
  650. cost = 40;
  651. vehicleClass = RSO_Models;
  652. editorCategory = RSOModels;
  653. editorSubCategory = RSOBuildings;
  654. model = "rso\rso_construct4_wip.p3d";
  655. displayName = "Construct 4_wip";
  656. displayNameShort = "Construct4_wip";
  657. class DestructionEffects: DestructionEffects
  658. {
  659. class Ruin1
  660. {
  661. simulation = "ruin";
  662. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  663. position = "";
  664. intensity = 1;
  665. interval = 1;
  666. lifeTime = 1;
  667. };
  668. };
  669. };
  670. class land_rso_corner1 : House_F
  671. {
  672. scope = 2;
  673. cost = 40;
  674. vehicleClass = RSO_Models;
  675. editorCategory = RSOModels;
  676. editorSubCategory = RSOBuildings;
  677. model = "rso\rso_corner1.p3d";
  678. displayName = "Corner 1";
  679. displayNameShort = "Corner1";
  680. class DestructionEffects: DestructionEffects
  681. {
  682. class Ruin1
  683. {
  684. simulation = "ruin";
  685. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  686. position = "";
  687. intensity = 1;
  688. interval = 1;
  689. lifeTime = 1;
  690. };
  691. };
  692. };
  693. class land_rso_corner2 : House_F
  694. {
  695. scope = 2;
  696. cost = 40;
  697. vehicleClass = RSO_Models;
  698. editorCategory = RSOModels;
  699. editorSubCategory = RSOBuildings;
  700. model = "rso\rso_corner2.p3d";
  701. displayName = "Corner 2";
  702. displayNameShort = "Corner2";
  703. class DestructionEffects: DestructionEffects
  704. {
  705. class Ruin1
  706. {
  707. simulation = "ruin";
  708. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  709. position = "";
  710. intensity = 1;
  711. interval = 1;
  712. lifeTime = 1;
  713. };
  714. };
  715. };
  716. class land_rso_cornershop1 : House_F
  717. {
  718. scope = 2;
  719. cost = 40;
  720. vehicleClass = RSO_Models;
  721. editorCategory = RSOModels;
  722. editorSubCategory = RSOBuildings;
  723. model = "rso\rso_cornershop1.p3d";
  724. displayName = "Cornershop";
  725. displayNameShort = "Cornershop";
  726. class DestructionEffects: DestructionEffects
  727. {
  728. class Ruin1
  729. {
  730. simulation = "ruin";
  731. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  732. position = "";
  733. intensity = 1;
  734. interval = 1;
  735. lifeTime = 1;
  736. };
  737. };
  738. };
  739. class land_rso_garage1 : House_F
  740. {
  741. scope = 2;
  742. cost = 40;
  743. vehicleClass = RSO_Models;
  744. editorCategory = RSOModels;
  745. editorSubCategory = RSOBuildings;
  746. model = "rso\rso_garage1.p3d";
  747. displayName = "Garage 1";
  748. displayNameShort = "Garage1";
  749. class DestructionEffects: DestructionEffects
  750. {
  751. class Ruin1
  752. {
  753. simulation = "ruin";
  754. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  755. position = "";
  756. intensity = 1;
  757. interval = 1;
  758. lifeTime = 1;
  759. };
  760. };
  761. };
  762. class land_rso_garages : House_F
  763. {
  764. scope = 2;
  765. cost = 40;
  766. vehicleClass = RSO_Models;
  767. editorCategory = RSOModels;
  768. editorSubCategory = RSOBuildings;
  769. model = "rso\rso_garages.p3d";
  770. displayName = "Garages";
  771. displayNameShort = "Garages";
  772. class DestructionEffects: DestructionEffects
  773. {
  774. class Ruin1
  775. {
  776. simulation = "ruin";
  777. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  778. position = "";
  779. intensity = 1;
  780. interval = 1;
  781. lifeTime = 1;
  782. };
  783. };
  784. };
  785. class land_rso_h1 : House_F
  786. {
  787. scope = 2;
  788. cost = 40;
  789. vehicleClass = RSO_Models;
  790. editorCategory = RSOModels;
  791. editorSubCategory = RSOBuildings;
  792. model = "rso\rso_h1.p3d";
  793. displayName = "h 1";
  794. displayNameShort = "h1";
  795. class DestructionEffects: DestructionEffects
  796. {
  797. class Ruin1
  798. {
  799. simulation = "ruin";
  800. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  801. position = "";
  802. intensity = 1;
  803. interval = 1;
  804. lifeTime = 1;
  805. };
  806. };
  807. };
  808. class land_rso_h2 : House_F
  809. {
  810. scope = 2;
  811. cost = 40;
  812. vehicleClass = RSO_Models;
  813. editorCategory = RSOModels;
  814. editorSubCategory = RSOBuildings;
  815. model = "rso\rso_h2.p3d";
  816. displayName = "h 2";
  817. displayNameShort = "h2";
  818. class DestructionEffects: DestructionEffects
  819. {
  820. class Ruin1
  821. {
  822. simulation = "ruin";
  823. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  824. position = "";
  825. intensity = 1;
  826. interval = 1;
  827. lifeTime = 1;
  828. };
  829. };
  830. };
  831. class land_rso_h3 : House_F
  832. {
  833. scope = 2;
  834. cost = 40;
  835. vehicleClass = RSO_Models;
  836. editorCategory = RSOModels;
  837. editorSubCategory = RSOBuildings;
  838. model = "rso\rso_h3.p3d";
  839. displayName = "h 3";
  840. displayNameShort = "h3";
  841. class DestructionEffects: DestructionEffects
  842. {
  843. class Ruin1
  844. {
  845. simulation = "ruin";
  846. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  847. position = "";
  848. intensity = 1;
  849. interval = 1;
  850. lifeTime = 1;
  851. };
  852. };
  853. };
  854. class land_rso_h4 : House_F
  855. {
  856. scope = 2;
  857. cost = 40;
  858. vehicleClass = RSO_Models;
  859. editorCategory = RSOModels;
  860. editorSubCategory = RSOBuildings;
  861. model = "rso\rso_h4.p3d";
  862. displayName = "h 4";
  863. displayNameShort = "h4";
  864. class DestructionEffects: DestructionEffects
  865. {
  866. class Ruin1
  867. {
  868. simulation = "ruin";
  869. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  870. position = "";
  871. intensity = 1;
  872. interval = 1;
  873. lifeTime = 1;
  874. };
  875. };
  876. };
  877. class land_rso_h5 : House_F
  878. {
  879. scope = 2;
  880. cost = 40;
  881. vehicleClass = RSO_Models;
  882. editorCategory = RSOModels;
  883. editorSubCategory = RSOBuildings;
  884. model = "rso\rso_h5.p3d";
  885. displayName = "h 5";
  886. displayNameShort = "h5";
  887. class DestructionEffects: DestructionEffects
  888. {
  889. class Ruin1
  890. {
  891. simulation = "ruin";
  892. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  893. position = "";
  894. intensity = 1;
  895. interval = 1;
  896. lifeTime = 1;
  897. };
  898. };
  899. };
  900. class land_rso_h6 : House_F
  901. {
  902. scope = 2;
  903. cost = 40;
  904. vehicleClass = RSO_Models;
  905. editorCategory = RSOModels;
  906. editorSubCategory = RSOBuildings;
  907. model = "rso\rso_h6.p3d";
  908. displayName = "h 6";
  909. displayNameShort = "h6";
  910. class DestructionEffects: DestructionEffects
  911. {
  912. class Ruin1
  913. {
  914. simulation = "ruin";
  915. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  916. position = "";
  917. intensity = 1;
  918. interval = 1;
  919. lifeTime = 1;
  920. };
  921. };
  922. };
  923. class land_rso_h7 : House_F
  924. {
  925. scope = 2;
  926. cost = 40;
  927. vehicleClass = RSO_Models;
  928. editorCategory = RSOModels;
  929. editorSubCategory = RSOBuildings;
  930. model = "rso\rso_h7.p3d";
  931. displayName = "h 7";
  932. displayNameShort = "h7";
  933. class DestructionEffects: DestructionEffects
  934. {
  935. class Ruin1
  936. {
  937. simulation = "ruin";
  938. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  939. position = "";
  940. intensity = 1;
  941. interval = 1;
  942. lifeTime = 1;
  943. };
  944. };
  945. };class land_rso_h8 : House_F
  946. {
  947. scope = 2;
  948. cost = 40;
  949. vehicleClass = RSO_Models;
  950. editorCategory = RSOModels;
  951. editorSubCategory = RSOBuildings;
  952. model = "rso\rso_h8.p3d";
  953. displayName = "h 8";
  954. displayNameShort = "h8";
  955. class DestructionEffects: DestructionEffects
  956. {
  957. class Ruin1
  958. {
  959. simulation = "ruin";
  960. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  961. position = "";
  962. intensity = 1;
  963. interval = 1;
  964. lifeTime = 1;
  965. };
  966. };
  967. };
  968. class land_rso_h9 : House_F
  969. {
  970. scope = 2;
  971. cost = 40;
  972. vehicleClass = RSO_Models;
  973. editorCategory = RSOModels;
  974. editorSubCategory = RSOBuildings;
  975. model = "rso\rso_h9.p3d";
  976. displayName = "h 9";
  977. displayNameShort = "h9";
  978. class DestructionEffects: DestructionEffects
  979. {
  980. class Ruin1
  981. {
  982. simulation = "ruin";
  983. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  984. position = "";
  985. intensity = 1;
  986. interval = 1;
  987. lifeTime = 1;
  988. };
  989. };
  990. };
  991. class land_rso_h10 : House_F
  992. {
  993. scope = 2;
  994. cost = 40;
  995. vehicleClass = RSO_Models;
  996. editorCategory = RSOModels;
  997. editorSubCategory = RSOBuildings;
  998. model = "rso\rso_h10.p3d";
  999. displayName = "h 10";
  1000. displayNameShort = "h10";
  1001. class DestructionEffects: DestructionEffects
  1002. {
  1003. class Ruin1
  1004. {
  1005. simulation = "ruin";
  1006. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1007. position = "";
  1008. intensity = 1;
  1009. interval = 1;
  1010. lifeTime = 1;
  1011. };
  1012. };
  1013. };
  1014. class land_rso_h11 : House_F
  1015. {
  1016. scope = 2;
  1017. cost = 40;
  1018. vehicleClass = RSO_Models;
  1019. editorCategory = RSOModels;
  1020. editorSubCategory = RSOBuildings;
  1021. model = "rso\rso_h11.p3d";
  1022. displayName = "h 11";
  1023. displayNameShort = "h11";
  1024. class DestructionEffects: DestructionEffects
  1025. {
  1026. class Ruin1
  1027. {
  1028. simulation = "ruin";
  1029. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1030. position = "";
  1031. intensity = 1;
  1032. interval = 1;
  1033. lifeTime = 1;
  1034. };
  1035. };
  1036. };
  1037. class land_rso_h11_b : House_F
  1038. {
  1039. scope = 2;
  1040. cost = 40;
  1041. vehicleClass = RSO_Models;
  1042. editorCategory = RSOModels;
  1043. editorSubCategory = RSOBuildings;
  1044. model = "rso\rso_h11_b.p3d";
  1045. displayName = "h 11_b";
  1046. displayNameShort = "h11_b";
  1047. class DestructionEffects: DestructionEffects
  1048. {
  1049. class Ruin1
  1050. {
  1051. simulation = "ruin";
  1052. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1053. position = "";
  1054. intensity = 1;
  1055. interval = 1;
  1056. lifeTime = 1;
  1057. };
  1058. };
  1059. };
  1060. class land_rso_h12 : House_F
  1061. {
  1062. scope = 2;
  1063. cost = 40;
  1064. vehicleClass = RSO_Models;
  1065. editorCategory = RSOModels;
  1066. editorSubCategory = RSOBuildings;
  1067. model = "rso\rso_h12.p3d";
  1068. displayName = "h 12";
  1069. displayNameShort = "h12";
  1070. class DestructionEffects: DestructionEffects
  1071. {
  1072. class Ruin1
  1073. {
  1074. simulation = "ruin";
  1075. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1076. position = "";
  1077. intensity = 1;
  1078. interval = 1;
  1079. lifeTime = 1;
  1080. };
  1081. };
  1082. };
  1083. class land_rso_h13 : House_F
  1084. {
  1085. scope = 2;
  1086. cost = 40;
  1087. vehicleClass = RSO_Models;
  1088. editorCategory = RSOModels;
  1089. editorSubCategory = RSOBuildings;
  1090. model = "rso\rso_h13.p3d";
  1091. displayName = "h 13";
  1092. displayNameShort = "h13";
  1093. class DestructionEffects: DestructionEffects
  1094. {
  1095. class Ruin1
  1096. {
  1097. simulation = "ruin";
  1098. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1099. position = "";
  1100. intensity = 1;
  1101. interval = 1;
  1102. lifeTime = 1;
  1103. };
  1104. };
  1105. };
  1106. class land_rso_h14 : House_F
  1107. {
  1108. scope = 2;
  1109. cost = 40;
  1110. vehicleClass = RSO_Models;
  1111. editorCategory = RSOModels;
  1112. editorSubCategory = RSOBuildings;
  1113. model = "rso\rso_h14.p3d";
  1114. displayName = "h 14";
  1115. displayNameShort = "h14";
  1116. class DestructionEffects: DestructionEffects
  1117. {
  1118. class Ruin1
  1119. {
  1120. simulation = "ruin";
  1121. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1122. position = "";
  1123. intensity = 1;
  1124. interval = 1;
  1125. lifeTime = 1;
  1126. };
  1127. };
  1128. };
  1129. class land_rso_h15 : House_F
  1130. {
  1131. scope = 2;
  1132. cost = 40;
  1133. vehicleClass = RSO_Models;
  1134. editorCategory = RSOModels;
  1135. editorSubCategory = RSOBuildings;
  1136. model = "rso\rso_h15.p3d";
  1137. displayName = "h 15";
  1138. displayNameShort = "h15";
  1139. class DestructionEffects: DestructionEffects
  1140. {
  1141. class Ruin1
  1142. {
  1143. simulation = "ruin";
  1144. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1145. position = "";
  1146. intensity = 1;
  1147. interval = 1;
  1148. lifeTime = 1;
  1149. };
  1150. };
  1151. };
  1152. class land_rso_h16 : House_F
  1153. {
  1154. scope = 2;
  1155. cost = 40;
  1156. vehicleClass = RSO_Models;
  1157. editorCategory = RSOModels;
  1158. editorSubCategory = RSOBuildings;
  1159. model = "rso\rso_h16.p3d";
  1160. displayName = "h 16";
  1161. displayNameShort = "h16";
  1162. class DestructionEffects: DestructionEffects
  1163. {
  1164. class Ruin1
  1165. {
  1166. simulation = "ruin";
  1167. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1168. position = "";
  1169. intensity = 1;
  1170. interval = 1;
  1171. lifeTime = 1;
  1172. };
  1173. };
  1174. };
  1175. class land_rso_h17 : House_F
  1176. {
  1177. scope = 2;
  1178. cost = 40;
  1179. vehicleClass = RSO_Models;
  1180. editorCategory = RSOModels;
  1181. editorSubCategory = RSOBuildings;
  1182. model = "rso\rso_h17.p3d";
  1183. displayName = "h 17";
  1184. displayNameShort = "h17";
  1185. class DestructionEffects: DestructionEffects
  1186. {
  1187. class Ruin1
  1188. {
  1189. simulation = "ruin";
  1190. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1191. position = "";
  1192. intensity = 1;
  1193. interval = 1;
  1194. lifeTime = 1;
  1195. };
  1196. };
  1197. };
  1198. class land_rso_h18 : House_F
  1199. {
  1200. scope = 2;
  1201. cost = 40;
  1202. vehicleClass = RSO_Models;
  1203. editorCategory = RSOModels;
  1204. editorSubCategory = RSOBuildings;
  1205. model = "rso\rso_h18.p3d";
  1206. displayName = "h 18";
  1207. displayNameShort = "h18";
  1208. class DestructionEffects: DestructionEffects
  1209. {
  1210. class Ruin1
  1211. {
  1212. simulation = "ruin";
  1213. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1214. position = "";
  1215. intensity = 1;
  1216. interval = 1;
  1217. lifeTime = 1;
  1218. };
  1219. };
  1220. };
  1221. class land_rso_h19 : House_F
  1222. {
  1223. scope = 2;
  1224. cost = 40;
  1225. vehicleClass = RSO_Models;
  1226. editorCategory = RSOModels;
  1227. editorSubCategory = RSOBuildings;
  1228. model = "rso\rso_h19.p3d";
  1229. displayName = "h 19";
  1230. displayNameShort = "h19";
  1231. class DestructionEffects: DestructionEffects
  1232. {
  1233. class Ruin1
  1234. {
  1235. simulation = "ruin";
  1236. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1237. position = "";
  1238. intensity = 1;
  1239. interval = 1;
  1240. lifeTime = 1;
  1241. };
  1242. };
  1243. };
  1244. class land_rso_h20 : House_F
  1245. {
  1246. scope = 2;
  1247. cost = 40;
  1248. vehicleClass = RSO_Models;
  1249. editorCategory = RSOModels;
  1250. editorSubCategory = RSOBuildings;
  1251. model = "rso\rso_h20.p3d";
  1252. displayName = "h 20";
  1253. displayNameShort = "h20";
  1254. class DestructionEffects: DestructionEffects
  1255. {
  1256. class Ruin1
  1257. {
  1258. simulation = "ruin";
  1259. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1260. position = "";
  1261. intensity = 1;
  1262. interval = 1;
  1263. lifeTime = 1;
  1264. };
  1265. };
  1266. };
  1267. class land_rso_h21 : House_F
  1268. {
  1269. scope = 2;
  1270. cost = 40;
  1271. vehicleClass = RSO_Models;
  1272. editorCategory = RSOModels;
  1273. editorSubCategory = RSOBuildings;
  1274. model = "rso\rso_h21.p3d";
  1275. displayName = "h 21";
  1276. displayNameShort = "h21";
  1277. class DestructionEffects: DestructionEffects
  1278. {
  1279. class Ruin1
  1280. {
  1281. simulation = "ruin";
  1282. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1283. position = "";
  1284. intensity = 1;
  1285. interval = 1;
  1286. lifeTime = 1;
  1287. };
  1288. };
  1289. };
  1290. class land_rso_house_big1 : House_F
  1291. {
  1292. scope = 2;
  1293. cost = 40;
  1294. vehicleClass = RSO_Models;
  1295. editorCategory = RSOModels;
  1296. editorSubCategory = RSOBuildings;
  1297. model = "rso\rso_house_big1.p3d";
  1298. displayName = "house_big1";
  1299. displayNameShort = "house_big1";
  1300. class DestructionEffects: DestructionEffects
  1301. {
  1302. class Ruin1
  1303. {
  1304. simulation = "ruin";
  1305. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1306. position = "";
  1307. intensity = 1;
  1308. interval = 1;
  1309. lifeTime = 1;
  1310. };
  1311. };
  1312. };
  1313. class land_rso_hut_invert1 : House_F
  1314. {
  1315. scope = 2;
  1316. cost = 40;
  1317. vehicleClass = RSO_Models;
  1318. editorCategory = RSOModels;
  1319. editorSubCategory = RSOBuildings;
  1320. model = "rso\rso_hut_invert1.p3d";
  1321. displayName = "hut_invert1";
  1322. displayNameShort = "hut_invert1";
  1323. class DestructionEffects: DestructionEffects
  1324. {
  1325. class Ruin1
  1326. {
  1327. simulation = "ruin";
  1328. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1329. position = "";
  1330. intensity = 1;
  1331. interval = 1;
  1332. lifeTime = 1;
  1333. };
  1334. };
  1335. };
  1336. class land_rso_hut1 : House_F
  1337. {
  1338. scope = 2;
  1339. cost = 40;
  1340. vehicleClass = RSO_Models;
  1341. editorCategory = RSOModels;
  1342. editorSubCategory = RSOBuildings;
  1343. model = "rso\rso_hut1.p3d";
  1344. displayName = "hut1";
  1345. displayNameShort = "hut1";
  1346. class DestructionEffects: DestructionEffects
  1347. {
  1348. class Ruin1
  1349. {
  1350. simulation = "ruin";
  1351. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1352. position = "";
  1353. intensity = 1;
  1354. interval = 1;
  1355. lifeTime = 1;
  1356. };
  1357. };
  1358. };
  1359. class land_rso_hut2 : House_F
  1360. {
  1361. scope = 2;
  1362. cost = 40;
  1363. vehicleClass = RSO_Models;
  1364. editorCategory = RSOModels;
  1365. editorSubCategory = RSOBuildings;
  1366. model = "rso\rso_hut2.p3d";
  1367. displayName = "hut2";
  1368. displayNameShort = "hut2";
  1369. class DestructionEffects: DestructionEffects
  1370. {
  1371. class Ruin1
  1372. {
  1373. simulation = "ruin";
  1374. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1375. position = "";
  1376. intensity = 1;
  1377. interval = 1;
  1378. lifeTime = 1;
  1379. };
  1380. };
  1381. };
  1382. class land_rso_hut3 : House_F
  1383. {
  1384. scope = 2;
  1385. cost = 40;
  1386. vehicleClass = RSO_Models;
  1387. editorCategory = RSOModels;
  1388. editorSubCategory = RSOBuildings;
  1389. model = "rso\rso_hut3.p3d";
  1390. displayName = "hut3";
  1391. displayNameShort = "hut3";
  1392. class DestructionEffects: DestructionEffects
  1393. {
  1394. class Ruin1
  1395. {
  1396. simulation = "ruin";
  1397. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1398. position = "";
  1399. intensity = 1;
  1400. interval = 1;
  1401. lifeTime = 1;
  1402. };
  1403. };
  1404. };
  1405. class land_rso_hut4 : House_F
  1406. {
  1407. scope = 2;
  1408. cost = 40;
  1409. vehicleClass = RSO_Models;
  1410. editorCategory = RSOModels;
  1411. editorSubCategory = RSOBuildings;
  1412. model = "rso\rso_hut4.p3d";
  1413. displayName = "hut4";
  1414. displayNameShort = "hut4";
  1415. class DestructionEffects: DestructionEffects
  1416. {
  1417. class Ruin1
  1418. {
  1419. simulation = "ruin";
  1420. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1421. position = "";
  1422. intensity = 1;
  1423. interval = 1;
  1424. lifeTime = 1;
  1425. };
  1426. };
  1427. };
  1428. class land_rso_long1 : House_F
  1429. {
  1430. scope = 2;
  1431. cost = 40;
  1432. vehicleClass = RSO_Models;
  1433. editorCategory = RSOModels;
  1434. editorSubCategory = RSOBuildings;
  1435. model = "rso\rso_long1.p3d";
  1436. displayName = "long1";
  1437. displayNameShort = "long1";
  1438. class DestructionEffects: DestructionEffects
  1439. {
  1440. class Ruin1
  1441. {
  1442. simulation = "ruin";
  1443. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1444. position = "";
  1445. intensity = 1;
  1446. interval = 1;
  1447. lifeTime = 1;
  1448. };
  1449. };
  1450. };
  1451. class land_rso_mosque1 : House_F
  1452. {
  1453. scope = 2;
  1454. cost = 40;
  1455. vehicleClass = RSO_Models;
  1456. editorCategory = RSOModels;
  1457. editorSubCategory = RSOBuildings;
  1458. model = "rso\rso_mosque1.p3d";
  1459. displayName = "Mosque 1";
  1460. displayNameShort = "mosque1";
  1461. class DestructionEffects: DestructionEffects
  1462. {
  1463. class Ruin1
  1464. {
  1465. simulation = "ruin";
  1466. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1467. position = "";
  1468. intensity = 1;
  1469. interval = 1;
  1470. lifeTime = 1;
  1471. };
  1472. };
  1473. };
  1474. class land_rso_parkinghouse : House_F
  1475. {
  1476. scope = 2;
  1477. cost = 40;
  1478. vehicleClass = RSO_Models;
  1479. editorCategory = RSOModels;
  1480. editorSubCategory = RSOBuildings;
  1481. model = "rso\rso_parkinghouse.p3d";
  1482. displayName = "Parking House";
  1483. displayNameShort = "parkingHouse";
  1484. class DestructionEffects: DestructionEffects
  1485. {
  1486. class Ruin1
  1487. {
  1488. simulation = "ruin";
  1489. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1490. position = "";
  1491. intensity = 1;
  1492. interval = 1;
  1493. lifeTime = 1;
  1494. };
  1495. };
  1496. };
  1497. class land_rso_pharmacy : House_F
  1498. {
  1499. scope = 2;
  1500. cost = 40;
  1501. vehicleClass = RSO_Models;
  1502. editorCategory = RSOModels;
  1503. editorSubCategory = RSOBuildings;
  1504. model = "rso\rso_pharmacy.p3d";
  1505. displayName = "Pharmacy";
  1506. displayNameShort = "Pharmacy";
  1507. class DestructionEffects: DestructionEffects
  1508. {
  1509. class Ruin1
  1510. {
  1511. simulation = "ruin";
  1512. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1513. position = "";
  1514. intensity = 1;
  1515. interval = 1;
  1516. lifeTime = 1;
  1517. };
  1518. };
  1519. };
  1520. class land_rso_radiomast : House_F
  1521. {
  1522. scope = 2;
  1523. cost = 40;
  1524. vehicleClass = RSO_Models;
  1525. editorCategory = RSOModels;
  1526. editorSubCategory = RSOBuildings;
  1527. model = "rso\rso_radiomast.p3d";
  1528. displayName = "radiomast";
  1529. displayNameShort = "radiomast";
  1530. class DestructionEffects: DestructionEffects
  1531. {
  1532. class Ruin1
  1533. {
  1534. simulation = "ruin";
  1535. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1536. position = "";
  1537. intensity = 1;
  1538. interval = 1;
  1539. lifeTime = 1;
  1540. };
  1541. };
  1542. };
  1543. class land_rso_shack : House_F
  1544. {
  1545. scope = 2;
  1546. cost = 40;
  1547. vehicleClass = RSO_Models;
  1548. editorCategory = RSOModels;
  1549. editorSubCategory = RSOBuildings;
  1550. model = "rso\rso_shack.p3d";
  1551. displayName = "shack";
  1552. displayNameShort = "shack";
  1553. class DestructionEffects: DestructionEffects
  1554. {
  1555. class Ruin1
  1556. {
  1557. simulation = "ruin";
  1558. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1559. position = "";
  1560. intensity = 1;
  1561. interval = 1;
  1562. lifeTime = 1;
  1563. };
  1564. };
  1565. };
  1566. class land_rso_shop1 : House_F
  1567. {
  1568. scope = 2;
  1569. cost = 40;
  1570. vehicleClass = RSO_Models;
  1571. editorCategory = RSOModels;
  1572. editorSubCategory = RSOBuildings;
  1573. model = "rso\rso_shop1.p3d";
  1574. displayName = "shop 1";
  1575. displayNameShort = "shop1";
  1576. class DestructionEffects: DestructionEffects
  1577. {
  1578. class Ruin1
  1579. {
  1580. simulation = "ruin";
  1581. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1582. position = "";
  1583. intensity = 1;
  1584. interval = 1;
  1585. lifeTime = 1;
  1586. };
  1587. };
  1588. };
  1589. class land_rso_shop2 : House_F
  1590. {
  1591. scope = 2;
  1592. cost = 40;
  1593. vehicleClass = RSO_Models;
  1594. editorCategory = RSOModels;
  1595. editorSubCategory = RSOBuildings;
  1596. model = "rso\rso_shop2.p3d";
  1597. displayName = "shop 2";
  1598. displayNameShort = "shop2";
  1599. class DestructionEffects: DestructionEffects
  1600. {
  1601. class Ruin1
  1602. {
  1603. simulation = "ruin";
  1604. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1605. position = "";
  1606. intensity = 1;
  1607. interval = 1;
  1608. lifeTime = 1;
  1609. };
  1610. };
  1611. };
  1612. class land_rso_shop3 : House_F
  1613. {
  1614. scope = 2;
  1615. cost = 40;
  1616. vehicleClass = RSO_Models;
  1617. editorCategory = RSOModels;
  1618. editorSubCategory = RSOBuildings;
  1619. model = "rso\rso_shop3.p3d";
  1620. displayName = "shop 3";
  1621. displayNameShort = "shop3";
  1622. class DestructionEffects: DestructionEffects
  1623. {
  1624. class Ruin1
  1625. {
  1626. simulation = "ruin";
  1627. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1628. position = "";
  1629. intensity = 1;
  1630. interval = 1;
  1631. lifeTime = 1;
  1632. };
  1633. };
  1634. };
  1635. class land_rso_shop3b : House_F
  1636. {
  1637. scope = 2;
  1638. cost = 40;
  1639. vehicleClass = RSO_Models;
  1640. editorCategory = RSOModels;
  1641. editorSubCategory = RSOBuildings;
  1642. model = "rso\rso_shop3b.p3d";
  1643. displayName = "shop 3b";
  1644. displayNameShort = "shop3b";
  1645. class DestructionEffects: DestructionEffects
  1646. {
  1647. class Ruin1
  1648. {
  1649. simulation = "ruin";
  1650. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1651. position = "";
  1652. intensity = 1;
  1653. interval = 1;
  1654. lifeTime = 1;
  1655. };
  1656. };
  1657. };
  1658. class land_rso_shop4 : House_F
  1659. {
  1660. scope = 2;
  1661. cost = 40;
  1662. vehicleClass = RSO_Models;
  1663. editorCategory = RSOModels;
  1664. editorSubCategory = RSOBuildings;
  1665. model = "rso\rso_shop4.p3d";
  1666. displayName = "shop 4";
  1667. displayNameShort = "shop4";
  1668. class DestructionEffects: DestructionEffects
  1669. {
  1670. class Ruin1
  1671. {
  1672. simulation = "ruin";
  1673. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1674. position = "";
  1675. intensity = 1;
  1676. interval = 1;
  1677. lifeTime = 1;
  1678. };
  1679. };
  1680. };
  1681. class land_rso_shrine : House_F
  1682. {
  1683. scope = 2;
  1684. cost = 40;
  1685. vehicleClass = RSO_Models;
  1686. editorCategory = RSOModels;
  1687. editorSubCategory = RSOBuildings;
  1688. model = "rso\rso_shrine.p3d";
  1689. displayName = "shrine";
  1690. displayNameShort = "shrine";
  1691. class DestructionEffects: DestructionEffects
  1692. {
  1693. class Ruin1
  1694. {
  1695. simulation = "ruin";
  1696. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1697. position = "";
  1698. intensity = 1;
  1699. interval = 1;
  1700. lifeTime = 1;
  1701. };
  1702. };
  1703. };
  1704. class land_rso_store1 : House_F
  1705. {
  1706. scope = 2;
  1707. cost = 40;
  1708. vehicleClass = RSO_Models;
  1709. editorCategory = RSOModels;
  1710. editorSubCategory = RSOBuildings;
  1711. model = "rso\rso_store1.p3d";
  1712. displayName = "store 1";
  1713. displayNameShort = "store1";
  1714. class DestructionEffects: DestructionEffects
  1715. {
  1716. class Ruin1
  1717. {
  1718. simulation = "ruin";
  1719. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1720. position = "";
  1721. intensity = 1;
  1722. interval = 1;
  1723. lifeTime = 1;
  1724. };
  1725. };
  1726. };
  1727. class land_rso_stores : House_F
  1728. {
  1729. scope = 2;
  1730. cost = 40;
  1731. vehicleClass = RSO_Models;
  1732. editorCategory = RSOModels;
  1733. editorSubCategory = RSOBuildings;
  1734. model = "rso\rso_stores.p3d";
  1735. displayName = "stores";
  1736. displayNameShort = "stores";
  1737. class DestructionEffects: DestructionEffects
  1738. {
  1739. class Ruin1
  1740. {
  1741. simulation = "ruin";
  1742. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1743. position = "";
  1744. intensity = 1;
  1745. interval = 1;
  1746. lifeTime = 1;
  1747. };
  1748. };
  1749. };
  1750. class land_rso_stores2 : House_F
  1751. {
  1752. scope = 2;
  1753. cost = 40;
  1754. vehicleClass = RSO_Models;
  1755. editorCategory = RSOModels;
  1756. editorSubCategory = RSOBuildings;
  1757. model = "rso\rso_stores2.p3d";
  1758. displayName = "stores 2";
  1759. displayNameShort = "stores2";
  1760. class DestructionEffects: DestructionEffects
  1761. {
  1762. class Ruin1
  1763. {
  1764. simulation = "ruin";
  1765. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1766. position = "";
  1767. intensity = 1;
  1768. interval = 1;
  1769. lifeTime = 1;
  1770. };
  1771. };
  1772. };
  1773. class land_rso_stores3 : House_F
  1774. {
  1775. scope = 2;
  1776. cost = 40;
  1777. vehicleClass = RSO_Models;
  1778. editorCategory = RSOModels;
  1779. editorSubCategory = RSOBuildings;
  1780. model = "rso\rso_stores3.p3d";
  1781. displayName = "stores 3";
  1782. displayNameShort = "stores3";
  1783. class DestructionEffects: DestructionEffects
  1784. {
  1785. class Ruin1
  1786. {
  1787. simulation = "ruin";
  1788. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1789. position = "";
  1790. intensity = 1;
  1791. interval = 1;
  1792. lifeTime = 1;
  1793. };
  1794. };
  1795. };
  1796. class land_rso_vcp1 : House_F
  1797. {
  1798. scope = 2;
  1799. cost = 40;
  1800. vehicleClass = RSO_Models;
  1801. editorCategory = RSOModels;
  1802. editorSubCategory = RSOBuildings;
  1803. model = "rso\rso_vcp1.p3d";
  1804. displayName = "Vehicle Checkpoint 1";
  1805. displayNameShort = "vcp1";
  1806. class DestructionEffects: DestructionEffects
  1807. {
  1808. class Ruin1
  1809. {
  1810. simulation = "ruin";
  1811. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1812. position = "";
  1813. intensity = 1;
  1814. interval = 1;
  1815. lifeTime = 1;
  1816. };
  1817. };
  1818. };
  1819. class land_rso_watertower : House_F
  1820. {
  1821. scope = 2;
  1822. cost = 40;
  1823. vehicleClass = RSO_Models;
  1824. editorCategory = RSOModels;
  1825. editorSubCategory = RSOBuildings;
  1826. model = "rso\rso_watertower.p3d";
  1827. displayName = "watertower";
  1828. displayNameShort = "watertower";
  1829. class DestructionEffects: DestructionEffects
  1830. {
  1831. class Ruin1
  1832. {
  1833. simulation = "ruin";
  1834. type = "\a3\structures_f\households\house_small01\House_Small_01_V1_ruins_F";
  1835. position = "";
  1836. intensity = 1;
  1837. interval = 1;
  1838. lifeTime = 1;
  1839. };
  1840. };
  1841. };
  1842. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement